aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/fragment_conversation.xml
diff options
context:
space:
mode:
authorMartin/Geno <geno+dev@fireorbit.de>2018-11-07 02:01:26 +0100
committerMartin/Geno <geno+dev@fireorbit.de>2018-11-07 02:01:49 +0100
commit89de4a6fcb79204e670d894e68b1771440efd336 (patch)
tree93e7368c9ef7f089d7e6a7153361471771360fca /src/main/res/layout/fragment_conversation.xml
parent2bd3eeac7b7661b2c423c28d7fffafda8c8e420d (diff)
design message border
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/fragment_conversation.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml
index 8917333c1..3151f6401 100644
--- a/src/main/res/layout/fragment_conversation.xml
+++ b/src/main/res/layout/fragment_conversation.xml
@@ -91,7 +91,7 @@
android:layout_alignParentStart="true"
android:layout_toLeftOf="@+id/textSendButton"
android:layout_toStartOf="@+id/textSendButton"
- android:background="@drawable/message_bubble_sent_blue"
+ android:background="@drawable/message_bubble_sent"
android:orientation="horizontal"
android:paddingTop="8dp"
android:requiresFadingEdge="horizontal"
@@ -108,7 +108,7 @@
android:layout_toLeftOf="@+id/textSendButton"
android:layout_toRightOf="@+id/recordVoiceButton"
android:layout_toStartOf="@+id/textSendButton"
- android:background="@drawable/message_bubble_sent_blue"
+ android:background="@drawable/message_bubble_sent"
android:ems="10"
android:imeOptions="flagNoExtractUi|actionSend"
android:inputType="textShortMessage|textMultiLine|textCapSentences"