Add a top menu with randomizer icon to review activity

This commit is contained in:
neslihanturan 2018-05-19 10:02:28 +03:00 committed by maskara
parent 5691b89613
commit 83a89f6da4

View file

@ -1,4 +1,10 @@
<?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>