[android] Rolled back a 'not-found' dog in search
Before Width: | Height: | Size: 56 KiB |
BIN
android/res/drawable-hdpi/img_search_nothing_found_light.png
Normal file
After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 34 KiB |
BIN
android/res/drawable-mdpi/img_search_nothing_found_light.png
Normal file
After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 82 KiB |
BIN
android/res/drawable-xhdpi/img_search_nothing_found_light.png
Normal file
After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 141 KiB |
BIN
android/res/drawable-xxhdpi/img_search_nothing_found_light.png
Normal file
After Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 207 KiB |
BIN
android/res/drawable-xxxhdpi/img_search_nothing_found_light.png
Normal file
After Width: | Height: | Size: 68 KiB |
|
@ -223,7 +223,7 @@ public class DownloaderFragment extends BaseMwmRecyclerFragment
|
|||
protected void setupPlaceholder(@NonNull PlaceholderView placeholder)
|
||||
{
|
||||
if (mAdapter != null && mAdapter.isSearchResultsMode())
|
||||
placeholder.setContent(R.drawable.img_mappyny,
|
||||
placeholder.setContent(R.drawable.img_search_nothing_found_light,
|
||||
R.string.search_not_found, R.string.search_not_found_query);
|
||||
else
|
||||
placeholder.setContent(R.drawable.img_search_no_maps,
|
||||
|
|
|
@ -369,7 +369,7 @@ public class SearchFragment extends BaseMwmFragment
|
|||
mResults = mResultsFrame.findViewById(R.id.recycler);
|
||||
setRecyclerScrollListener(mResults);
|
||||
mResultsPlaceholder = mResultsFrame.findViewById(R.id.placeholder);
|
||||
mResultsPlaceholder.setContent(R.drawable.img_mappyny,
|
||||
mResultsPlaceholder.setContent(R.drawable.img_search_nothing_found_light,
|
||||
R.string.search_not_found, R.string.search_not_found_query);
|
||||
|
||||
mFilterElevation = view.findViewById(R.id.filter_elevation);
|
||||
|
|