Long-click on a media attachment will now bring up the normal context menu for a ConversationItem long-click, but with the addition of a "save attachment" option. This allows users to long-click on messages with media in them and still see the other contextual menu options. // FREEBIE
6 lines
No EOL
251 B
XML
6 lines
No EOL
251 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:title="@string/conversation_context_image__save_attachment"
|
|
android:id="@+id/menu_context_save_attachment" />
|
|
</menu> |