isolaatti-android/app/src/main/res/menu/contextual_menu_post_content.xml

9 lines
313 B
XML
Raw Normal View History

<?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>