From beda1fae2a4ecd1b44c96e36f45a8277261a5b98 Mon Sep 17 00:00:00 2001 From: Alexander Zatsepin Date: Thu, 9 Aug 2018 20:56:06 +0300 Subject: [PATCH] [android] Updated strings for bookmarks catalog ui --- android/AndroidManifest.xml | 4 ++-- android/res/layout/fragment_catalog_bookmark_categories.xml | 6 +++--- .../res/layout/fragment_show_on_map_catalog_category.xml | 4 ++-- android/res/layout/menu_content.xml | 2 +- android/res/layout/menu_content_grid.xml | 2 +- android/src/com/mapswithme/maps/MwmActivity.java | 2 +- .../mapswithme/maps/bookmarks/AdapterResourceProvider.java | 4 ++-- .../com/mapswithme/maps/bookmarks/BookmarksPageFactory.java | 4 ++-- .../mapswithme/maps/bookmarks/CatalogListenerDecorator.java | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 5307063c26..923de676c4 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -244,7 +244,7 @@ + android:label="@string/guides"/> diff --git a/android/res/layout/fragment_catalog_bookmark_categories.xml b/android/res/layout/fragment_catalog_bookmark_categories.xml index a1855d398b..fd29586e5a 100644 --- a/android/res/layout/fragment_catalog_bookmark_categories.xml +++ b/android/res/layout/fragment_catalog_bookmark_categories.xml @@ -27,7 +27,7 @@ android:layout_height="wrap_content"> @@ -22,7 +22,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center" - android:text="@string/bookmarks_downloaded_subtitle" + android:text="@string/guide_downloaded_subtitle" android:layout_marginTop="@dimen/margin_half"/>