From a2437dd27a113319dcc28a9bec49bed71dc22cf3 Mon Sep 17 00:00:00 2001 From: Zakhar Timoshenko Date: Sat, 15 Jul 2023 15:56:07 +0300 Subject: [PATCH] Adjust tip view --- app/src/main/res/layout/item_tip2.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_tip2.xml b/app/src/main/res/layout/item_tip2.xml index 93add6a92..fa3512b5e 100644 --- a/app/src/main/res/layout/item_tip2.xml +++ b/app/src/main/res/layout/item_tip2.xml @@ -5,7 +5,9 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" - app:cardBackgroundColor="@color/background_mamimi" + android:layout_marginVertical="8dp" + android:layout_marginHorizontal="8dp" + app:cardBackgroundColor="?attr/colorSurfaceContainerLow" app:shapeAppearance="?shapeAppearanceCornerExtraLarge" tools:icon="@drawable/ic_notification" tools:primaryButtonText="@string/settings"