summaryrefslogtreecommitdiff
path: root/res/layout/dialog_location_compat.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-16 20:37:25 +0400
committerAndrew Dolgov <[email protected]>2014-10-16 20:37:25 +0400
commitbc10c74406c0e8a16c40dbfcd30a138d441dd859 (patch)
tree97b5d14dae214c7012c22ed04bdbac7ca2585704 /res/layout/dialog_location_compat.xml
parentb654ce6cf83c8e81b7c6bacab02442661a751e26 (diff)
initial, after reimport to android studio
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