summaryrefslogtreecommitdiff
path: root/res/layout/select_font_size_dialog.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-11-24 02:26:25 +0400
committerAndrew Dolgov <[email protected]>2013-11-24 02:26:25 +0400
commitf8a49d8c062035387312a1732302a0e67c20c483 (patch)
tree4695a2386b4fe966756c60ad8330a3329df25b62 /res/layout/select_font_size_dialog.xml
parent3d23240bb0c10c0393dcf286a1d52f69bc0a24cc (diff)
add easier font size selection dialog
bump version
Diffstat (limited to 'res/layout/select_font_size_dialog.xml')
-rw-r--r--res/layout/select_font_size_dialog.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/layout/select_font_size_dialog.xml b/res/layout/select_font_size_dialog.xml
new file mode 100644
index 00000000..23a05a8b
--- /dev/null
+++ b/res/layout/select_font_size_dialog.xml
@@ -0,0 +1,22 @@
+<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