mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 11:58:09 +00:00
13 lines
No EOL
474 B
XML
13 lines
No EOL
474 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/item_name"
|
|
style="@style/font6"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="45dp"
|
|
android:divider="@color/colorE"
|
|
android:gravity="center_vertical"
|
|
android:lineSpacingExtra="13.3sp"
|
|
android:paddingLeft="16dp"
|
|
android:paddingRight="16dp"
|
|
android:textColor="#000000"
|
|
android:textSize="20sp"/> |