mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
23 lines
No EOL
680 B
XML
23 lines
No EOL
680 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_height="45dp"
|
|
android:layout_width="match_parent">
|
|
|
|
<ImageView
|
|
android:id="@+id/item_icon"
|
|
android:layout_width="45dp"
|
|
android:layout_height="45dp"
|
|
android:padding="10dp"
|
|
android:src="@drawable/menu_about"/>
|
|
|
|
<TextView
|
|
android:id="@+id/item_name"
|
|
style="@style/font6"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="45dp"
|
|
android:gravity="center_vertical"
|
|
android:paddingLeft="5dp"
|
|
android:paddingRight="16dp"/>
|
|
|
|
</LinearLayout> |