2013-12-20 19:25:49 +00:00
|
|
|
<menu
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:sabd="http://schemas.android.com/apk/res-auto">
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/chat_menu_attach"
|
|
|
|
android:icon="@drawable/ic_ab_attach"
|
|
|
|
android:title="@string/Attach"
|
|
|
|
sabd:showAsAction="always">
|
2013-10-25 15:19:00 +00:00
|
|
|
|
|
|
|
<menu>
|
2013-12-20 19:25:49 +00:00
|
|
|
<item
|
|
|
|
android:icon="@drawable/ic_attach_photo"
|
|
|
|
android:title="@string/ChatTakePhoto"
|
|
|
|
android:id="@+id/attach_photo"/>
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:icon="@drawable/ic_attach_gallery"
|
|
|
|
android:title="@string/ChatGallery"
|
|
|
|
android:id="@+id/attach_gallery"/>
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:icon="@drawable/ic_attach_video"
|
|
|
|
android:title="@string/ChatVideo"
|
|
|
|
android:id="@+id/attach_video"/>
|
|
|
|
|
2013-12-26 11:43:37 +00:00
|
|
|
<item
|
|
|
|
android:icon="@drawable/ic_ab_doc"
|
|
|
|
android:title="@string/ChatDocument"
|
|
|
|
android:id="@+id/attach_document"/>
|
|
|
|
|
2013-12-20 19:25:49 +00:00
|
|
|
<item
|
|
|
|
android:icon="@drawable/ic_attach_location"
|
|
|
|
android:title="@string/ChatLocation"
|
|
|
|
android:id="@+id/attach_location"/>
|
2013-10-25 15:19:00 +00:00
|
|
|
</menu>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
2013-12-20 19:25:49 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/chat_menu_avatar"
|
|
|
|
sabd:showAsAction="always"
|
|
|
|
sabd:actionLayout="@layout/chat_header_layout"/>
|
|
|
|
|
2013-10-25 15:19:00 +00:00
|
|
|
</menu>
|