2014-10-22 16:38:44 +00:00
|
|
|
<?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"/>
|
2015-01-03 15:06:59 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/attach_record_voice"
|
|
|
|
android:title="@string/attach_record_voice"/>
|
2014-10-22 16:38:44 +00:00
|
|
|
<item
|
2015-01-03 15:06:59 +00:00
|
|
|
android:id="@+id/attach_choose_file"
|
2014-11-13 20:04:05 +00:00
|
|
|
android:title="@string/choose_file"/>
|
2014-10-22 16:38:44 +00:00
|
|
|
|
|
|
|
</menu>
|