summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/dialog_location_compat.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-08 11:17:30 +0300
committerAndrew Dolgov <[email protected]>2015-02-08 11:17:30 +0300
commit0600f2062499ab8cb7b41884a738df50268f26ac (patch)
treef285892b672c9731b0ff16897fe45807e3e1356b /org.fox.ttcomics/src/main/res/layout/dialog_location_compat.xml
parent1665362b2f858d67f5edecfb688403924723b0a4 (diff)
code cleanup
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, 0 insertions, 23 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
deleted file mode 100644
index 385b8d5..0000000
--- a/org.fox.ttcomics/src/main/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