aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/message_sent.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-03-14 23:09:36 +0100
committerChristian Schneppe <christian@pix-art.de>2017-03-14 23:09:36 +0100
commitb82c7daf787d69201cca12ea2b4ab881dada76fa (patch)
tree02fc2514d31d8230d69e164e1df2c071b0ae7d74 /src/main/res/layout/message_sent.xml
parentb6a916b705454e16ed4d5aa12bf27c3319ae0518 (diff)
set background to messages in layout
Diffstat (limited to 'src/main/res/layout/message_sent.xml')
-rw-r--r--src/main/res/layout/message_sent.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/layout/message_sent.xml b/src/main/res/layout/message_sent.xml
index d37d418bf..c4b0e7d40 100644
--- a/src/main/res/layout/message_sent.xml
+++ b/src/main/res/layout/message_sent.xml
@@ -33,7 +33,8 @@
android:layout_toLeftOf="@+id/message_photo"
android:layout_toStartOf="@+id/message_photo"
android:layout_marginLeft="4dp"
- android:layout_marginRight="4dp">
+ android:layout_marginRight="4dp"
+ android:background="@drawable/message_bubble_sent_lightblue">
<LinearLayout
android:layout_width="wrap_content"