summaryrefslogtreecommitdiff
path: root/orgfoxttrss/src/main/res/layout/select_font_size_dialog.xml
diff options
context:
space:
mode:
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