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"