summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/dialog_location_compat.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttcomics/src/main/res/layout/dialog_location_compat.xml')
-rw-r--r--org.fox.ttcomics/src/main/res/layout/dialog_location_compat.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/org.fox.ttcomics/src/main/res/layout/dialog_location_compat.xml b/org.fox.ttcomics/src/main/res/layout/dialog_location_compat.xml
new file mode 100644
index 0000000..385b8d5
--- /dev/null
+++ b/org.fox.ttcomics/src/main/res/layout/dialog_location_compat.xml
@@ -0,0 +1,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> \ No newline at end of file