forked from organicmaps/organicmaps
[android] Hide new guide description
This commit is contained in:
parent
bb35d71eff
commit
7cba4c0a34
1 changed files with 4 additions and 0 deletions
|
@ -149,6 +149,10 @@ public class BookmarksListFragment extends BaseMwmRecyclerFragment<BookmarkListA
|
|||
ViewGroup toolbar = ((AppCompatActivity) requireActivity()).findViewById(R.id.toolbar);
|
||||
mSearchContainer = toolbar.findViewById(R.id.search_container);
|
||||
UiUtils.hide(mSearchContainer, R.id.back);
|
||||
|
||||
//todo (velichkomarija) : Delete hide function where core will provide description
|
||||
UiUtils.hide(view.findViewById(R.id.guides_description));
|
||||
|
||||
mToolbarController = new BookmarksToolbarController(toolbar, requireActivity(), this);
|
||||
mToolbarController.setHint(R.string.search_in_the_list);
|
||||
configureRecycler();
|
||||
|
|
Loading…
Add table
Reference in a new issue