12 lines
434 B
XML
12 lines
434 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
app:popupTheme="@style/Widget.AppCompat.PopupMenu">
|
|
|
|
<item
|
|
android:id="@+id/action_select_image"
|
|
android:icon="@drawable/ic_insert_photo_white_48dp"
|
|
android:title="@string/text_select_image"
|
|
app:showAsAction="never"/>
|
|
|
|
</menu> |