forked from organicmaps/organicmaps
[android] Fixed review notes
https://github.com/mapsme/omim/pull/10880#discussion_r284310778 https://github.com/mapsme/omim/pull/10880#discussion_r284311091 https://github.com/mapsme/omim/pull/10880#discussion_r284312779
This commit is contained in:
parent
87717e0fa4
commit
48838b3253
3 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,8 @@
|
|||
<menu
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item android:id="@+id/close"
|
||||
app:showAsAction="always"
|
||||
android:icon="@drawable/ic_clear"/>
|
||||
<item
|
||||
android:id="@+id/close"
|
||||
app:showAsAction="always"
|
||||
android:icon="@drawable/ic_clear"/>
|
||||
</menu>
|
|
@ -49,7 +49,6 @@ public class BookmarksCatalogActivity extends BaseToolbarActivity
|
|||
@Override
|
||||
protected void setupHomeButton(@NonNull Toolbar toolbar)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -183,7 +183,7 @@ public class BookmarksCatalogFragment extends BaseWebViewMwmFragment
|
|||
@Override
|
||||
public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)
|
||||
{
|
||||
inflater.inflate(R.menu.menu_top_bookmark_categories, menu);
|
||||
inflater.inflate(R.menu.menu_bookmark_catalog, menu);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue