11 lines
339 B
XML
11 lines
339 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/attach_choose_picture"
|
||
|
android:title="@string/attach_choose_picture"/>
|
||
|
<item
|
||
|
android:id="@+id/attach_take_picture"
|
||
|
android:title="@string/attach_take_picture"/>
|
||
|
|
||
|
</menu>
|