aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/fragment_conversation.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-24 21:25:33 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-24 21:25:33 +0200
commit5826be4383d471ae1993f479a6f2a1d00246fda5 (patch)
tree20e6effa61cf4e3c799c86adcbd2776e823ff00f /src/main/res/layout/fragment_conversation.xml
parent00439c9923911cafb0ed06398c1a65a1871e921e (diff)
changed messageinput style
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/fragment_conversation.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml
index 5c77a5d29..8e6ff5a89 100644
--- a/src/main/res/layout/fragment_conversation.xml
+++ b/src/main/res/layout/fragment_conversation.xml
@@ -110,7 +110,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
- android:background="?attr/color_background_primary"
+ android:background="?attr/color_background_secondary"
android:clickable="true"
android:paddingBottom="2dp"
android:paddingLeft="2dp"
@@ -123,7 +123,7 @@
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_toLeftOf="@+id/textSendButton"
- android:background="?attr/color_background_secondary"
+ android:background="@drawable/message_bubble_sent_blue"
android:ems="10"
android:imeOptions="flagNoExtractUi|actionSend"
android:inputType="textShortMessage|textMultiLine|textCapSentences"
@@ -145,7 +145,7 @@
android:layout_height="48dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
- android:background="?attr/color_background_primary"
+ android:background="?attr/color_background_secondary"
android:contentDescription="@string/send_message"
android:src="@drawable/ic_send_text_offline" />
</RelativeLayout>