mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-16 16:41:29 +00:00
parent
299dd86c77
commit
023195dd4b
@ -92,6 +92,7 @@
|
|||||||
android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine"
|
android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine"
|
||||||
android:maxLength="1000"
|
android:maxLength="1000"
|
||||||
android:maxLines="4"
|
android:maxLines="4"
|
||||||
|
android:nextFocusForward="@+id/send_button"
|
||||||
android:nextFocusRight="@+id/send_button"
|
android:nextFocusRight="@+id/send_button"
|
||||||
android:contentDescription="@string/conversation_activity__compose_description"
|
android:contentDescription="@string/conversation_activity__compose_description"
|
||||||
android:textColor="?conversation_editor_text_color" />
|
android:textColor="?conversation_editor_text_color" />
|
||||||
@ -106,6 +107,7 @@
|
|||||||
android:nextFocusLeft="@+id/embedded_text_editor"
|
android:nextFocusLeft="@+id/embedded_text_editor"
|
||||||
android:padding="12dp"
|
android:padding="12dp"
|
||||||
android:src="?conversation_send_button_sms_insecure"
|
android:src="?conversation_send_button_sms_insecure"
|
||||||
|
android:focusable="true"
|
||||||
android:clickable="false"
|
android:clickable="false"
|
||||||
android:enabled="false" />
|
android:enabled="false" />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user