mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 07:37:29 +00:00
Add preview of encryption channel in compose text hint.
This commit is contained in:

committed by
Moxie Marlinspike

parent
359fe280e8
commit
ea0fa58265
@@ -88,7 +88,6 @@
|
||||
android:background="#00ffffff"
|
||||
android:padding="12dp"
|
||||
android:paddingRight="0dp"
|
||||
android:hint="@string/conversation_activity__type_message"
|
||||
android:imeOptions="actionSend|flagNoEnterAction"
|
||||
android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine"
|
||||
android:maxLength="1000"
|
||||
|
@@ -441,7 +441,11 @@
|
||||
<string name="contact_selection_recent_activity__no_recent_calls">No recent calls.</string>
|
||||
|
||||
<!-- conversation_activity -->
|
||||
<string name="conversation_activity__type_message"><small>Send a message</small></string>
|
||||
<string name="conversation_activity__type_message_push">Send TextSecure message</string>
|
||||
<string name="conversation_activity__type_message_sms_secure">Send secure SMS</string>
|
||||
<string name="conversation_activity__type_message_sms_insecure">Send insecure SMS</string>
|
||||
<string name="conversation_activity__type_message_mms_secure">Send secure MMS</string>
|
||||
<string name="conversation_activity__type_message_mms_insecure">Send insecure MMS</string>
|
||||
<string name="conversation_activity__send">Send</string>
|
||||
<string name="conversation_activity__remove">Remove</string>
|
||||
|
||||
|
Reference in New Issue
Block a user