aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/message_content.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-06-03 21:31:06 +0200
committerChristian Schneppe <christian@pix-art.de>2018-06-03 21:45:11 +0200
commit3710d000f56a102519a28b108d31c6fe130ab14b (patch)
tree25e86e64f393e5aadfec59eff2ec812d87fe37d2 /src/main/res/layout/message_content.xml
parentf1c661246243b7a1627088794067f30b8bdaafae (diff)
optimized some colors and switched back to square avatars
Diffstat (limited to 'src/main/res/layout/message_content.xml')
-rw-r--r--src/main/res/layout/message_content.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/message_content.xml b/src/main/res/layout/message_content.xml
index 37f374f65..044f8c64d 100644
--- a/src/main/res/layout/message_content.xml
+++ b/src/main/res/layout/message_content.xml
@@ -15,7 +15,7 @@
android:scaleType="centerCrop"
app:riv_border_color="?attr/color_border"
app:riv_border_width="1dp"
- app:riv_corner_radius="5dp" />
+ app:riv_corner_radius="@dimen/rounded_image_border" />
<de.pixart.messenger.ui.widget.CopyTextView
android:id="@+id/message_body"