OsmAnd/OsmAnd/res/layout/number_picker_dialog_title.xml

25 lines
873 B
XML
Raw Normal View History

2015-09-18 18:14:27 +02: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:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="18dp">
<TextView
android:id="@+id/titleTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="?android:textColorPrimary"
android:textSize="18sp"
tools:text="Dialog title"/>
<TextView
android:layout_marginTop="8dp"
android:id="@+id/subtitleTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="?android:textColorSecondary"
tools:text="Dialog subtitle"/>
</LinearLayout>