aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/message_received.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-05-20 22:31:16 +0200
committerChristian Schneppe <christian@pix-art.de>2016-05-20 22:42:23 +0200
commit516da5145406af146ba267ce874a1c8d20059918 (patch)
treee9d46e68456262390f486ca154c20fc5f685393b /src/main/res/layout/message_received.xml
parentea44db4c633ba5ede5044aaa089819a817060d28 (diff)
changed colors to standard from @color and add border to images
Diffstat (limited to 'src/main/res/layout/message_received.xml')
-rw-r--r--src/main/res/layout/message_received.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/res/layout/message_received.xml b/src/main/res/layout/message_received.xml
index 77d560297..14aea096f 100644
--- a/src/main/res/layout/message_received.xml
+++ b/src/main/res/layout/message_received.xml
@@ -46,9 +46,10 @@
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginBottom="4dp"
- app:riv_corner_radius="5dp"
android:adjustViewBounds="true"
- android:background="@color/black87"
+ app:riv_border_width="1dp"
+ app:riv_border_color="@color/black12"
+ app:riv_corner_radius="5dp"
android:scaleType="centerCrop" />
<TextView