From 092926db0bdf298bb99b41ab67305c34aa960469 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Fri, 28 Sep 2018 22:33:28 +0200 Subject: Revert "design: bubbles more curvier, avatar higher radius and no border" This reverts commit 1816092e68584b5794303578b6af6d621ffc58d4. This causes render errors on some devices. --- src/main/res/layout/account_row.xml | 2 ++ src/main/res/layout/activity_edit_account.xml | 2 ++ src/main/res/layout/activity_muc_details.xml | 4 ++++ src/main/res/layout/activity_publish_profile_picture.xml | 2 ++ src/main/res/layout/contact.xml | 2 ++ src/main/res/layout/conversation_list_row.xml | 2 ++ src/main/res/layout/message_content.xml | 2 ++ src/main/res/layout/message_received.xml | 4 +++- src/main/res/layout/message_sent.xml | 4 +++- src/main/res/layout/message_status.xml | 2 ++ 10 files changed, 24 insertions(+), 2 deletions(-) (limited to 'src/main/res/layout') diff --git a/src/main/res/layout/account_row.xml b/src/main/res/layout/account_row.xml index 9b638172a..e56ca6a95 100644 --- a/src/main/res/layout/account_row.xml +++ b/src/main/res/layout/account_row.xml @@ -15,6 +15,8 @@ android:layout_alignParentLeft="true" android:contentDescription="@string/account_image_description" android:padding="1dp" + app:riv_border_color="?attr/color_border" + app:riv_border_width="1dp" app:riv_corner_radius="@dimen/rounded_image_border" /> @@ -359,6 +361,8 @@ android:layout_alignParentLeft="true" android:layout_alignParentRight="false" android:padding="1dp" + app:riv_border_color="?attr/color_border" + app:riv_border_width="1dp" app:riv_corner_radius="@dimen/rounded_image_border" /> diff --git a/src/main/res/layout/contact.xml b/src/main/res/layout/contact.xml index 9635d4c47..ef020f976 100644 --- a/src/main/res/layout/contact.xml +++ b/src/main/res/layout/contact.xml @@ -13,6 +13,8 @@ android:layout_width="56dp" android:layout_height="56dp" android:layout_alignParentLeft="true" + app:riv_border_color="?attr/color_border" + app:riv_border_width="1dp" app:riv_corner_radius="@dimen/rounded_image_border" />