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