mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-16 05:55:04 -05:00
29 lines
887 B
XML
29 lines
887 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item
|
|
android:id="@+id/attach_location"
|
|
android:title="@string/send_location"
|
|
android:icon="?attr/ic_attach_location"/>
|
|
|
|
<item
|
|
android:id="@+id/attach_record_voice"
|
|
android:title="@string/attach_record_voice"
|
|
android:icon="?attr/ic_attach_record"/>
|
|
|
|
<item
|
|
android:id="@+id/attach_take_picture"
|
|
android:title="@string/attach_take_picture"
|
|
android:icon="?attr/ic_attach_camera"/>
|
|
|
|
<item
|
|
android:id="@+id/attach_choose_picture"
|
|
android:title="@string/attach_choose_picture"
|
|
android:icon="?attr/ic_attach_photo"/>
|
|
|
|
<item
|
|
android:id="@+id/attach_choose_file"
|
|
android:title="@string/choose_file"
|
|
android:icon="?attr/ic_attach_document"/>
|
|
|
|
</menu> |