summaryrefslogtreecommitdiff
path: root/res/layout/select_font_size_dialog.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-17 00:06:56 +0400
committerAndrew Dolgov <[email protected]>2014-10-17 00:06:56 +0400
commit97cc96839d31b6cce59ec29a6681c6fe802552ee (patch)
tree9f3b8df270095bc65c10cd7208d05b3dad4794b9 /res/layout/select_font_size_dialog.xml
parent5775c0d56b7c856b508bb34e478eef53c2460624 (diff)
initial
Diffstat (limited to 'res/layout/select_font_size_dialog.xml')
-rw-r--r--res/layout/select_font_size_dialog.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/res/layout/select_font_size_dialog.xml b/res/layout/select_font_size_dialog.xml
deleted file mode 100644
index 23a05a8b..00000000
--- a/res/layout/select_font_size_dialog.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
-
- <TextView
- android:id="@+id/text_progress"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="6dip"
- android:gravity="center_horizontal" >
- </TextView>
-
- <SeekBar
- android:id="@+id/seek_bar"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="6dip"
- android:layout_marginTop="6dip" />
-
-</LinearLayout> \ No newline at end of file