mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 06:13:54 +01:00
Add popup menu in nearby info dialog
This commit is contained in:
parent
95ecfbd3c2
commit
4823486139
7 changed files with 95 additions and 8 deletions
9
app/src/main/res/menu/nearby_info_dialog_options.xml
Normal file
9
app/src/main/res/menu/nearby_info_dialog_options.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/nearby_info_menu_commons_article"
|
||||
android:title="@string/nearby_info_menu_commons_article"
|
||||
/>
|
||||
<item android:id="@+id/nearby_info_menu_wikidata_article"
|
||||
android:title="@string/nearby_info_menu_wikidata_article"
|
||||
/>
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue