summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/settings_select_font_size.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-10 19:40:08 +0300
committerAndrew Dolgov <[email protected]>2015-06-10 19:40:08 +0300
commit4acc9ac37e3363552cebc7a37e16e254f9438f4d (patch)
tree173141de59d27c1a92e4c7f796036411a18427af /org.fox.ttrss/src/main/res/layout/settings_select_font_size.xml
parentdffc737a93f90ec866cb9256e9768b08b13de93c (diff)
further refactoring
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/settings_select_font_size.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/settings_select_font_size.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/settings_select_font_size.xml b/org.fox.ttrss/src/main/res/layout/settings_select_font_size.xml
new file mode 100644
index 00000000..f77cc151
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/layout/settings_select_font_size.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