OsmAnd/OsmAnd/res/layout/reports_for_spinner_item.xml

25 lines
988 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"
2016-01-25 10:01:33 +01:00
android:background="?attr/expandable_list_item_background">
2016-01-13 14:47:28 +01:00
<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"
2016-01-22 14:27:04 +01:00
android:textSize="@dimen/default_sub_text_size"
android:textColor="?android:textColorSecondary"/>
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>