OsmAnd/OsmAnd/res/layout/reports_for_spinner_item.xml

25 lines
953 B
XML
Raw Normal View History

2016-01-13 14:47:28 +01:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:paddingRight="0dp"
style="?android:attr/spinnerItemStyle">
<TextView
2016-01-13 15:08:05 +01:00
android:text="@string/reports_for"
2016-01-13 14:47:28 +01:00
android:layout_width="match_parent"
2016-01-13 15:08:05 +01:00
android:layout_height="wrap_content"
android:textSize="@dimen/default_sub_text_size"/>
2016-01-13 14:47:28 +01:00
<TextView
2016-01-13 15:08:05 +01:00
android:textColor="?android:textColorPrimary"
2016-01-13 14:47:28 +01:00
android:id="@android:id/text1"
android:layout_gravity="fill_horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:text="Worldwide"/>
</LinearLayout>