2014-10-22 12:38:44 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
|
|
|
<item
|
2015-03-07 08:15:38 -05:00
|
|
|
android:id="@+id/attach_location"
|
|
|
|
android:title="@string/send_location"/>
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/attach_record_voice"
|
|
|
|
android:title="@string/attach_record_voice"/>
|
|
|
|
|
2014-10-22 12:38:44 -04:00
|
|
|
<item
|
|
|
|
android:id="@+id/attach_take_picture"
|
|
|
|
android:title="@string/attach_take_picture"/>
|
2015-03-07 08:15:38 -05:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/attach_choose_picture"
|
|
|
|
android:title="@string/attach_choose_picture"/>
|
|
|
|
|
2014-10-22 12:38:44 -04:00
|
|
|
<item
|
2015-01-03 10:06:59 -05:00
|
|
|
android:id="@+id/attach_choose_file"
|
2014-11-13 15:04:05 -05:00
|
|
|
android:title="@string/choose_file"/>
|
2014-10-22 12:38:44 -04:00
|
|
|
|
|
|
|
</menu>
|