|
|
|
@ -99,29 +99,26 @@
|
|
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.AnimatingToggle
|
|
|
|
|
android:id="@+id/button_toggle"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
|
|
android:layout_width="46dp"
|
|
|
|
|
android:layout_height="44dp">
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/attach_button"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:background="@drawable/touch_highlight_background"
|
|
|
|
|
android:padding="12dp"
|
|
|
|
|
android:src="?conversation_attach_file"
|
|
|
|
|
android:src="?conversation_attach"
|
|
|
|
|
android:contentDescription="@string/ConversationActivity_add_attachment"
|
|
|
|
|
android:nextFocusLeft="@+id/embedded_text_editor"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="fill_parent"/>
|
|
|
|
|
android:nextFocusLeft="@+id/embedded_text_editor" />
|
|
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.SendButton
|
|
|
|
|
android:id="@+id/send_button"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:background="@drawable/touch_highlight_background"
|
|
|
|
|
android:contentDescription="@string/conversation_activity__send"
|
|
|
|
|
android:nextFocusLeft="@+id/embedded_text_editor"
|
|
|
|
|
android:padding="12dp"
|
|
|
|
|
android:src="?conversation_transport_sms_indicator"
|
|
|
|
|
android:focusable="true"
|
|
|
|
|
android:clickable="false"
|
|
|
|
|