[android] Updated not_found image

This commit is contained in:
Александр Зацепин 2017-12-13 15:33:49 +03:00 committed by Ilya Grechuhin
parent 2a4f57825f
commit ba1b2ff028
12 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

View file

@ -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_search_nothing_found_light,
placeholder.setContent(R.drawable.img_mappyny,
R.string.search_not_found, R.string.search_not_found_query);
else
placeholder.setContent(R.drawable.img_search_no_maps,

View file

@ -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);