summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/dialog_location.xml
blob: 733e4bc69767034e3a8e70d449721b0fa6421f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical" >



    <NumberPicker
        android:id="@+id/number_picker"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />

</LinearLayout>