diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-09-23 19:58:11 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-09-23 19:59:38 +0200 |
commit | f873cd2b5f9ea6fdf76bfe6e5b283543ac3d97d7 (patch) | |
tree | f8ff18e07268f13e397f203e9b76a761821a781a /src/main/res/layout | |
parent | 33f7d5cd9a0e6fb1fb8e75fa5410365935ab1af5 (diff) |
show media preview in messagebubble like text messages
Diffstat (limited to 'src/main/res/layout')
-rw-r--r-- | src/main/res/layout/fragment_conversation.xml | 1 |
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" |