summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/dialog_location.xml
blob: cabbf9a1bf02d781102115736211c31186714bed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/linearLayout1"
    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>