aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/message_received.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-09-28 22:33:28 +0200
committerChristian Schneppe <christian@pix-art.de>2018-09-28 22:33:28 +0200
commit092926db0bdf298bb99b41ab67305c34aa960469 (patch)
treed81b84c8fef768bb5950decdd76b6d1f98dc4250 /src/main/res/layout/message_received.xml
parent68adf4c7e9bf9ca68dd81305accd12b56de38b4c (diff)
Revert "design: bubbles more curvier, avatar higher radius and no border"
This reverts commit 1816092e68584b5794303578b6af6d621ffc58d4. This causes render errors on some devices.
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/message_received.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/layout/message_received.xml b/src/main/res/layout/message_received.xml
index f8b5fce95..2c6fd044a 100644
--- a/src/main/res/layout/message_received.xml
+++ b/src/main/res/layout/message_received.xml
@@ -16,6 +16,8 @@
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:scaleType="fitXY"
+ app:riv_border_color="?attr/color_border"
+ app:riv_border_width="1dip"
app:riv_corner_radius="@dimen/rounded_image_border" />
<LinearLayout
@@ -23,7 +25,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
- android:layout_marginLeft="-7dp"
+ android:layout_marginLeft="4dp"
android:layout_marginRight="4dp"
android:layout_toRightOf="@+id/message_photo"
android:background="@drawable/message_bubble_received_light"