summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/dialog_location_compat.xml
blob: 385b8d57e885d43a67e9656fcccdf7fb30cd3f86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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="horizontal" >


    <SeekBar
        android:id="@+id/number_seeker"
        android:layout_weight="1"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />



    <TextView
        android:id="@+id/page_number"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_weight="0"
        android:text="1 of 365" />

</LinearLayout>