From b150696e7912c6f1732102953e1206d5d82f7189 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 28 Nov 2011 20:14:50 +0300 Subject: implement categories for smallscreen view --- res/layout/cats_fragment.xml | 13 +++++++ res/layout/main_small.xml | 84 +++++++++++++++++++++++++++++--------------- res/values/strings.xml | 1 + res/xml/preferences.xml | 5 +-- 4 files changed, 72 insertions(+), 31 deletions(-) create mode 100644 res/layout/cats_fragment.xml (limited to 'res') diff --git a/res/layout/cats_fragment.xml b/res/layout/cats_fragment.xml new file mode 100644 index 00000000..4101e5c8 --- /dev/null +++ b/res/layout/cats_fragment.xml @@ -0,0 +1,13 @@ + + + + + + + + + + diff --git a/res/layout/main_small.xml b/res/layout/main_small.xml index 7fd46add..0215f270 100644 --- a/res/layout/main_small.xml +++ b/res/layout/main_small.xml @@ -1,30 +1,56 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index ed26b0df..0f3b089f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -55,4 +55,5 @@ Showing ads to you supports the project URL of your tt-rss installation directory, e.g. http://site.com/tt-rss/ Download and display feed icons + Enable feed categories diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 190a706f..dff4afdf 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -24,8 +24,9 @@ android:entries="@array/pref_theme_names" android:entryValues="@array/pref_theme_values" android:summary="@string/pref_theme_long"/> - - + + + -- cgit v1.2.3-54-g00ecf