mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Add a top menu with randomizer icon to review activity
This commit is contained in:
parent
5691b89613
commit
83a89f6da4
1 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||||
|
<item android:id="@+id/menu_from_gallery"
|
||||||
|
android:title="@string/menu_from_gallery"
|
||||||
|
app:showAsAction="ifRoom|withText"
|
||||||
|
android:icon="@drawable/ic_refresh_white_24dp"
|
||||||
|
/>
|
||||||
|
|
||||||
</menu>
|
</menu>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue