mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
fix:Explore Search: No title bar for item, non-existent menu for item, wrongly-worded menu for category (#4274)
This commit is contained in:
parent
9b91eb9095
commit
a4bdd23718
5 changed files with 53 additions and 1 deletions
|
|
@ -4,6 +4,6 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/menu_browser_current_category"
|
||||
android:title="@string/menu_view_file_page"
|
||||
android:title="@string/menu_view_category_page"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
6
app/src/main/res/menu/menu_wikidata_item.xml
Normal file
6
app/src/main/res/menu/menu_wikidata_item.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/browser_actions_menu_items"
|
||||
android:title="@string/menu_view_item_page" />
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue