diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-05-20 22:31:16 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-05-20 22:42:23 +0200 |
commit | 516da5145406af146ba267ce874a1c8d20059918 (patch) | |
tree | e9d46e68456262390f486ca154c20fc5f685393b /src/main/res/layout/message_sent.xml | |
parent | ea44db4c633ba5ede5044aaa089819a817060d28 (diff) |
changed colors to standard from @color and add border to images
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/message_sent.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/res/layout/message_sent.xml b/src/main/res/layout/message_sent.xml index 8d3c0416c..2617c1212 100644 --- a/src/main/res/layout/message_sent.xml +++ b/src/main/res/layout/message_sent.xml @@ -47,9 +47,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 |