From a98780bc62149dbd1af317b9296fa9a63bf024f6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Dec 2011 18:05:11 +0300 Subject: implement basic downloading of stuff for offline mode switch --- res/drawable-hdpi/ic_menu_clock.png | Bin 0 -> 3106 bytes res/drawable-hdpi/ic_menu_cloud.png | Bin 0 -> 1911 bytes res/menu/main_menu.xml | 19 +++++++++++++------ res/values/strings.xml | 5 ++++- 4 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 res/drawable-hdpi/ic_menu_clock.png create mode 100644 res/drawable-hdpi/ic_menu_cloud.png (limited to 'res') diff --git a/res/drawable-hdpi/ic_menu_clock.png b/res/drawable-hdpi/ic_menu_clock.png new file mode 100644 index 00000000..824f688e Binary files /dev/null and b/res/drawable-hdpi/ic_menu_clock.png differ diff --git a/res/drawable-hdpi/ic_menu_cloud.png b/res/drawable-hdpi/ic_menu_cloud.png new file mode 100644 index 00000000..9f866719 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_cloud.png differ diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml index ab25e60c..531c6b98 100644 --- a/res/menu/main_menu.xml +++ b/res/menu/main_menu.xml @@ -1,5 +1,18 @@ + + + + @@ -22,12 +35,6 @@ android:showAsAction="" android:title="@string/update_feeds"/> - - Error: invalid API URL Displays full article text inline, instead of a separate panel Combined mode - Sync offline + Go offline + Go online + Preparing offline mode... + Failed to prepare offline mode (see log) \ No newline at end of file -- cgit v1.2.3-54-g00ecf