From 01543dd52b7c82d4770a1ac27d877d262ddeb880 Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Thu, 12 May 2022 15:15:17 -0300 Subject: [PATCH] Utilize round outline for deleted messages. --- app/src/main/res/drawable/rounded_outline_secondary_18.xml | 5 +++++ app/src/main/res/layout/stories_group_remote_delete_item.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/drawable/rounded_outline_secondary_18.xml diff --git a/app/src/main/res/drawable/rounded_outline_secondary_18.xml b/app/src/main/res/drawable/rounded_outline_secondary_18.xml new file mode 100644 index 0000000000..86d891f5a8 --- /dev/null +++ b/app/src/main/res/drawable/rounded_outline_secondary_18.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/stories_group_remote_delete_item.xml b/app/src/main/res/layout/stories_group_remote_delete_item.xml index 48f93fe66e..20ecec4328 100644 --- a/app/src/main/res/layout/stories_group_remote_delete_item.xml +++ b/app/src/main/res/layout/stories_group_remote_delete_item.xml @@ -24,7 +24,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="8dp" - android:background="@drawable/rounded_rectangle_secondary_18" + android:background="@drawable/rounded_outline_secondary_18" app:layout_constrainedWidth="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent"