Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorАлександр Зацепин <az@mapswithme.com>2017-12-13 15:33:49 +0300
committerIlya Grechuhin <i.grechuhin@gmail.com>2017-12-14 14:10:18 +0300
commitba1b2ff0282f446720b60bbebc58686716ae2c39 (patch)
tree8eb46b6f2c94c418d6eb01b9057383dc5c8d3ebb /android/src/com/mapswithme/maps/search/SearchFragment.java
parent2a4f57825fe5a0a07ac2138d4940c10c6455bc28 (diff)
[android] Updated not_found image
Diffstat (limited to 'android/src/com/mapswithme/maps/search/SearchFragment.java')
-rw-r--r--android/src/com/mapswithme/maps/search/SearchFragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/search/SearchFragment.java b/android/src/com/mapswithme/maps/search/SearchFragment.java
index fa15791701..66726ffd1c 100644
--- a/android/src/com/mapswithme/maps/search/SearchFragment.java
+++ b/android/src/com/mapswithme/maps/search/SearchFragment.java
@@ -374,7 +374,7 @@ public class SearchFragment extends BaseMwmFragment
mResults = (RecyclerView) mResultsFrame.findViewById(R.id.recycler);
setRecyclerScrollListener(mResults);
mResultsPlaceholder = (PlaceholderView) mResultsFrame.findViewById(R.id.placeholder);
- mResultsPlaceholder.setContent(R.drawable.img_search_nothing_found_light,
+ mResultsPlaceholder.setContent(R.drawable.img_mappyny,
R.string.search_not_found, R.string.search_not_found_query);
mFilterElevation = view.findViewById(R.id.filter_elevation);