mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 07:37:29 +00:00

committed by
Jake McGinty

parent
b05967f2c9
commit
4a088410ae
BIN
res/drawable-hdpi/ic_action_person.png
Normal file
BIN
res/drawable-hdpi/ic_action_person.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 573 B |
BIN
res/drawable-mdpi/ic_action_person.png
Normal file
BIN
res/drawable-mdpi/ic_action_person.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 468 B |
BIN
res/drawable-xhdpi/ic_action_person.png
Normal file
BIN
res/drawable-xhdpi/ic_action_person.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 781 B |
BIN
res/drawable-xxhdpi/ic_action_person.png
Normal file
BIN
res/drawable-xxhdpi/ic_action_person.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1004 B |
@@ -5,10 +5,6 @@
|
||||
android:id="@+id/menu_add_attachment"
|
||||
android:icon="@drawable/ic_menu_attach" />
|
||||
|
||||
<item android:title="@string/conversation__menu_add_contact_info"
|
||||
android:id="@+id/menu_add_contact_info"
|
||||
android:icon="@drawable/ic_menu_friendslist" />
|
||||
|
||||
<item android:title="@string/conversation__menu_delete_thread"
|
||||
android:id="@+id/menu_delete_thread"
|
||||
android:icon="@android:drawable/ic_menu_delete" />
|
||||
|
10
res/menu/conversation_add_to_contacts.xml
Normal file
10
res/menu/conversation_add_to_contacts.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<item android:id="@+id/menu_add_to_contacts"
|
||||
android:title="@string/conversation_add_to_contacts__menu_add_to_contacts"
|
||||
app:showAsAction="never" />
|
||||
|
||||
</menu>
|
@@ -54,6 +54,7 @@
|
||||
<string name="AttachmentTypeSelectorAdapter_picture">Picture</string>
|
||||
<string name="AttachmentTypeSelectorAdapter_video">Video</string>
|
||||
<string name="AttachmentTypeSelectorAdapter_audio">Audio</string>
|
||||
<string name="AttachmentTypeSelectorAdapter_contact">Contact info</string>
|
||||
|
||||
<!-- ConversationItem -->
|
||||
<string name="ConversationItem_message_size_d_kb">Message size: %d KB</string>
|
||||
@@ -755,9 +756,11 @@
|
||||
<string name="conversation__menu_add_attachment">Add attachment</string>
|
||||
<string name="conversation__menu_update_group">Update group</string>
|
||||
<string name="conversation__menu_leave_group">Leave group</string>
|
||||
<string name="conversation__menu_add_contact_info">Add contact info</string>
|
||||
<string name="conversation__menu_delete_thread">Delete thread</string>
|
||||
|
||||
<!-- conversation_callable -->
|
||||
<string name="conversation_add_to_contacts__menu_add_to_contacts">Add to contacts</string>
|
||||
|
||||
<!-- conversation_group_options -->
|
||||
<string name="convesation_group_options__recipients_list">Recipients list</string>
|
||||
<string name="conversation_group_options__delivery">Delivery</string>
|
||||
|
Reference in New Issue
Block a user