aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/fragment_conversation.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-09-23 19:58:11 +0200
committerChristian Schneppe <christian@pix-art.de>2018-09-23 19:59:38 +0200
commitf873cd2b5f9ea6fdf76bfe6e5b283543ac3d97d7 (patch)
treef8ff18e07268f13e397f203e9b76a761821a781a /src/main/res/layout/fragment_conversation.xml
parent33f7d5cd9a0e6fb1fb8e75fa5410365935ab1af5 (diff)
show media preview in messagebubble like text messages
Diffstat (limited to 'src/main/res/layout/fragment_conversation.xml')
-rw-r--r--src/main/res/layout/fragment_conversation.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml
index acf42aafe..16f48bde2 100644
--- a/src/main/res/layout/fragment_conversation.xml
+++ b/src/main/res/layout/fragment_conversation.xml
@@ -86,6 +86,7 @@
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_toStartOf="@+id/textSendButton"
+ android:background="@drawable/message_bubble_sent_blue"
android:orientation="horizontal"
android:paddingTop="8dp"
android:requiresFadingEdge="horizontal"