2012-07-19 14:22:03 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-07-31 16:27:58 -07:00
|
|
|
|
2012-07-19 14:22:03 -07:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
2014-03-04 11:47:27 +02:00
|
|
|
android:background="?conversation_background"
|
2012-07-19 14:22:03 -07:00
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<RelativeLayout
|
2013-06-27 20:57:27 -07:00
|
|
|
android:id="@+id/layout_container"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:gravity="bottom">
|
2012-07-19 14:22:03 -07:00
|
|
|
|
|
|
|
<fragment
|
2013-06-27 20:57:27 -07:00
|
|
|
android:id="@+id/fragment_content"
|
|
|
|
android:name="org.thoughtcrime.securesms.ConversationFragment"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_above="@+id/bottom_container" />
|
2012-07-19 14:22:03 -07:00
|
|
|
|
|
|
|
|
2013-06-27 20:57:27 -07:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_alignParentBottom="true"
|
|
|
|
android:id="@id/bottom_container"
|
2012-07-19 14:22:03 -07:00
|
|
|
android:layout_width="fill_parent"
|
2012-09-09 16:10:46 -07:00
|
|
|
android:layout_height="wrap_content"
|
2014-03-04 11:47:27 +02:00
|
|
|
android:orientation="vertical">
|
2012-07-19 14:22:03 -07:00
|
|
|
|
2013-06-27 20:57:27 -07:00
|
|
|
<ScrollView android:layout_width="fill_parent"
|
2014-05-28 20:53:34 -07:00
|
|
|
android:layout_height="0dp"
|
2013-06-27 20:57:27 -07:00
|
|
|
android:layout_weight="1">
|
2012-07-19 14:22:03 -07:00
|
|
|
<LinearLayout
|
2013-06-27 20:57:27 -07:00
|
|
|
android:id="@+id/attachment_editor"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:visibility="gone">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/attachment_thumbnail"
|
2014-05-28 20:53:34 -07:00
|
|
|
android:layout_width="0dp"
|
2013-06-27 20:57:27 -07:00
|
|
|
android:layout_height="150dip"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:contentDescription="Attachment Thumbnail"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:gravity="center_vertical">
|
|
|
|
|
|
|
|
<Button
|
|
|
|
android:id="@+id/remove_image_button"
|
|
|
|
style="?android:attr/buttonStyleSmall"
|
|
|
|
android:layout_width="100dip"
|
|
|
|
android:layout_height="50dip"
|
|
|
|
android:text="@string/conversation_activity__remove" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</ScrollView>
|
2012-07-19 14:22:03 -07:00
|
|
|
|
2013-06-27 20:57:27 -07:00
|
|
|
<LinearLayout
|
2012-07-19 14:22:03 -07:00
|
|
|
android:id="@+id/bottom_panel"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2013-03-05 19:32:15 -08:00
|
|
|
android:orientation="horizontal"
|
2014-02-19 12:29:00 -08:00
|
|
|
android:background="?conversation_editor_background">
|
2012-07-19 14:22:03 -07:00
|
|
|
|
2013-06-27 20:57:27 -07:00
|
|
|
<org.thoughtcrime.securesms.components.EmojiToggle
|
|
|
|
android:id="@+id/emoji_toggle"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_gravity="center_vertical"
|
2014-02-25 04:49:08 +02:00
|
|
|
android:background="@drawable/touch_highlight_background"
|
2014-08-19 19:04:32 -07:00
|
|
|
android:contentDescription="@string/conversation_activity__emoji_toggle_description"
|
2013-06-27 20:57:27 -07:00
|
|
|
android:padding="10dp"/>
|
|
|
|
|
|
|
|
<EditText
|
2013-03-05 19:32:15 -08:00
|
|
|
android:id="@+id/embedded_text_editor"
|
2014-05-28 20:53:34 -07:00
|
|
|
android:layout_width="0dp"
|
2013-03-05 19:32:15 -08:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1.0"
|
|
|
|
android:autoText="true"
|
|
|
|
android:capitalize="sentences"
|
2014-01-16 00:36:05 -08:00
|
|
|
android:background="#00ffffff"
|
|
|
|
android:padding="12dp"
|
|
|
|
android:paddingRight="0dp"
|
2013-03-05 19:32:15 -08:00
|
|
|
android:imeOptions="actionSend|flagNoEnterAction"
|
|
|
|
android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine"
|
|
|
|
android:maxLength="1000"
|
|
|
|
android:maxLines="4"
|
|
|
|
android:nextFocusRight="@+id/send_button"
|
2014-08-19 19:04:32 -07:00
|
|
|
android:contentDescription="@string/conversation_activity__compose_description"
|
2013-06-21 11:56:59 -07:00
|
|
|
android:textColor="?conversation_editor_text_color" />
|
2013-03-05 19:32:15 -08:00
|
|
|
|
2013-06-27 20:57:27 -07:00
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/send_button"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_gravity="center_vertical"
|
2014-02-24 23:34:29 +02:00
|
|
|
android:background="@drawable/touch_highlight_background"
|
2013-06-27 20:57:27 -07:00
|
|
|
android:contentDescription="@string/conversation_activity__send"
|
|
|
|
android:nextFocusLeft="@+id/embedded_text_editor"
|
|
|
|
android:padding="12dp"
|
2014-03-20 00:54:05 -07:00
|
|
|
android:src="?conversation_send_button_sms_insecure"
|
2013-06-27 20:57:27 -07:00
|
|
|
android:clickable="false"
|
|
|
|
android:enabled="false" />
|
|
|
|
|
2012-07-19 14:22:03 -07:00
|
|
|
</LinearLayout>
|
2013-06-27 20:57:27 -07:00
|
|
|
|
|
|
|
<TextView android:id="@+id/space_left"
|
|
|
|
android:paddingLeft="5dip"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2014-01-08 12:29:05 -10:00
|
|
|
android:visibility="gone"
|
2013-06-27 20:57:27 -07:00
|
|
|
android:text="160/160 (1)" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
2012-07-19 14:22:03 -07:00
|
|
|
</RelativeLayout>
|
2013-06-27 20:57:27 -07:00
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.EmojiDrawer
|
|
|
|
android:id="@+id/emoji_drawer"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:layout_weight="1.1"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
2012-07-19 14:22:03 -07:00
|
|
|
</LinearLayout>
|