OsmAnd/OsmAnd/res/layout/gpx_tab.xml
2020-02-24 18:37:15 +03:00

22 lines
No EOL
740 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center">
<ImageView
android:id="@+id/tab_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView
android:id="@+id/tab_title"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center"
android:layout_marginLeft="10dp"
android:singleLine="true"
android:layout_marginStart="10dp" />
</LinearLayout>