From c759831a450f42cea60ca1486dbdc577431ff03c Mon Sep 17 00:00:00 2001 From: Dmitry Donskoy Date: Wed, 18 Jul 2018 16:14:09 +0300 Subject: [PATCH] [android] Upgraded placeholder view --- .../fragment_catalog_bookmark_categories.xml | 12 ++++++------ .../maps/search/SearchHistoryFragment.java | 17 +++++++---------- .../maps/widget/PlaceholderView.java | 19 ------------------- 3 files changed, 13 insertions(+), 35 deletions(-) diff --git a/android/res/layout/fragment_catalog_bookmark_categories.xml b/android/res/layout/fragment_catalog_bookmark_categories.xml index 188b24be08..347da1a10f 100644 --- a/android/res/layout/fragment_catalog_bookmark_categories.xml +++ b/android/res/layout/fragment_catalog_bookmark_categories.xml @@ -1,15 +1,15 @@ - - - + - - + + diff --git a/android/src/com/mapswithme/maps/search/SearchHistoryFragment.java b/android/src/com/mapswithme/maps/search/SearchHistoryFragment.java index 48a1d36353..f2654e23bf 100644 --- a/android/src/com/mapswithme/maps/search/SearchHistoryFragment.java +++ b/android/src/com/mapswithme/maps/search/SearchHistoryFragment.java @@ -20,7 +20,7 @@ public class SearchHistoryFragment extends BaseMwmRecyclerFragment