From 2b15ba91d4469fbb92b13195785f474bec0b3d3c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 28 Nov 2011 21:36:13 +0300 Subject: add category support to tablet UI --- res/layout-port/main.xml | 1 + res/layout/main.xml | 1 + res/menu/main_menu.xml | 7 ++++++- res/values/strings.xml | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/layout-port/main.xml b/res/layout-port/main.xml index eb0beb31..571f1ad5 100644 --- a/res/layout-port/main.xml +++ b/res/layout-port/main.xml @@ -7,6 +7,7 @@ + diff --git a/res/layout/main.xml b/res/layout/main.xml index 9973a225..e0a8394c 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -7,6 +7,7 @@ + diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml index 04bea68e..3c699bf3 100644 --- a/res/menu/main_menu.xml +++ b/res/menu/main_menu.xml @@ -16,7 +16,12 @@ android:icon="@android:drawable/ic_menu_agenda" android:title="@string/menu_all_feeds" android:showAsAction=""/> - + + + URL of your tt-rss installation directory, e.g. http://site.com/tt-rss/ Download and display feed icons Enable feed categories + Close category -- cgit v1.2.3-54-g00ecf