mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
9 lines
No EOL
319 B
XML
9 lines
No EOL
319 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:gravity="center_vertical"
|
|
android:paddingLeft="16dp"
|
|
android:paddingRight="16dp"/> |