9 lines
313 B
XML
9 lines
313 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:id="@+id/add_image_here_menu_item"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:title="@string/add_image_here" />
|
||
|
|
</menu>
|