From 0e90c2bb5ee20e27c289ee6b322d293f7d289b61 Mon Sep 17 00:00:00 2001 From: DHD2280 Date: Fri, 2 Aug 2024 14:23:26 +0200 Subject: [PATCH] Improved Toast 12 Preview --- .../main/res/drawable-night-v24/toast_frame_style_12.xml | 8 ++++---- app/src/main/res/drawable-v24/toast_frame_style_12.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/src/main/res/drawable-night-v24/toast_frame_style_12.xml b/app/src/main/res/drawable-night-v24/toast_frame_style_12.xml index 94791838d..7e0ed0367 100644 --- a/app/src/main/res/drawable-night-v24/toast_frame_style_12.xml +++ b/app/src/main/res/drawable-night-v24/toast_frame_style_12.xml @@ -23,10 +23,10 @@ + android:bottomLeftRadius="10dp" + android:bottomRightRadius="20dp" + android:topLeftRadius="20dp" + android:topRightRadius="10dp" /> diff --git a/app/src/main/res/drawable-v24/toast_frame_style_12.xml b/app/src/main/res/drawable-v24/toast_frame_style_12.xml index 55573847d..a76a7f88b 100644 --- a/app/src/main/res/drawable-v24/toast_frame_style_12.xml +++ b/app/src/main/res/drawable-v24/toast_frame_style_12.xml @@ -23,10 +23,10 @@ + android:bottomLeftRadius="10dp" + android:bottomRightRadius="20dp" + android:topLeftRadius="20dp" + android:topRightRadius="10dp" />