From a1ac0c03f4560dc090c400de97e842397f33df3f Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sun, 1 Jan 2012 16:49:44 +0300 Subject: [PATCH] Fixed new country status support for downloader - "Generating search index" --- .../res/layout/country_download_failed.xml | 3 +- android/res/layout/country_downloading.xml | 3 +- .../country_generating_search_index.xml | 45 +++++++++++++++++++ android/res/layout/country_in_the_queue.xml | 3 +- android/res/layout/country_not_downloaded.xml | 3 +- android/res/layout/country_on_disk.xml | 3 +- .../src/com/mapswithme/maps/DownloadUI.java | 3 ++ storage/storage.hpp | 4 +- 8 files changed, 60 insertions(+), 7 deletions(-) create mode 100644 android/res/layout/country_generating_search_index.xml diff --git a/android/res/layout/country_download_failed.xml b/android/res/layout/country_download_failed.xml index eec3ac4486..411b10000e 100644 --- a/android/res/layout/country_download_failed.xml +++ b/android/res/layout/country_download_failed.xml @@ -1,5 +1,6 @@ + + + + + + + + + + + + + + diff --git a/android/res/layout/country_in_the_queue.xml b/android/res/layout/country_in_the_queue.xml index bad596db30..3609c37aa6 100644 --- a/android/res/layout/country_in_the_queue.xml +++ b/android/res/layout/country_in_the_queue.xml @@ -1,5 +1,6 @@