OsmAnd/OsmAnd/res/layout/gpx_tab.xml

21 lines
701 B
XML
Raw Normal View History

2017-02-23 10:14:33 +01:00
<?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"/>
2018-04-03 20:42:56 +02:00
<TextView
2017-02-23 10:14:33 +01:00
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" />
</LinearLayout>