summaryrefslogtreecommitdiff
path: root/orgfoxttrss/src/main/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 /orgfoxttrss/src/main/res/layout/select_font_size_dialog.xml
parent5775c0d56b7c856b508bb34e478eef53c2460624 (diff)
initial
Diffstat (limited to 'orgfoxttrss/src/main/res/layout/select_font_size_dialog.xml')
-rw-r--r--orgfoxttrss/src/main/res/layout/select_font_size_dialog.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/orgfoxttrss/src/main/res/layout/select_font_size_dialog.xml b/orgfoxttrss/src/main/res/layout/select_font_size_dialog.xml
new file mode 100644
index 00000000..f77cc151
--- /dev/null
+++ b/orgfoxttrss/src/main/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