diff --git a/packages/SystemUI/res/drawable/circle_wallet_primary_50dp.xml b/packages/SystemUI/res/drawable/circle_wallet_primary_56dp.xml similarity index 93% rename from packages/SystemUI/res/drawable/circle_wallet_primary_50dp.xml rename to packages/SystemUI/res/drawable/circle_wallet_primary_56dp.xml index 41d88b4c4ca84..3d4c23315e4b1 100644 --- a/packages/SystemUI/res/drawable/circle_wallet_primary_50dp.xml +++ b/packages/SystemUI/res/drawable/circle_wallet_primary_56dp.xml @@ -16,8 +16,8 @@ + android:height="56dp" + android:width="56dp" /> diff --git a/packages/SystemUI/res/drawable/circle_wallet_secondary_56dp.xml b/packages/SystemUI/res/drawable/circle_wallet_secondary_56dp.xml new file mode 100644 index 0000000000000..1634e2db33225 --- /dev/null +++ b/packages/SystemUI/res/drawable/circle_wallet_secondary_56dp.xml @@ -0,0 +1,23 @@ + + + + + + + diff --git a/packages/SystemUI/res/drawable/wallet_button.xml b/packages/SystemUI/res/drawable/wallet_action_button_bg.xml similarity index 100% rename from packages/SystemUI/res/drawable/wallet_button.xml rename to packages/SystemUI/res/drawable/wallet_action_button_bg.xml diff --git a/packages/SystemUI/res/drawable/wallet_app_button_bg.xml b/packages/SystemUI/res/drawable/wallet_app_button_bg.xml new file mode 100644 index 0000000000000..1136b9d208af1 --- /dev/null +++ b/packages/SystemUI/res/drawable/wallet_app_button_bg.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + diff --git a/packages/SystemUI/res/layout/wallet_fullscreen.xml b/packages/SystemUI/res/layout/wallet_fullscreen.xml index dc678481ea6e6..b47c2f2e1821a 100644 --- a/packages/SystemUI/res/layout/wallet_fullscreen.xml +++ b/packages/SystemUI/res/layout/wallet_fullscreen.xml @@ -23,7 +23,7 @@ android:id="@+id/card_carousel_container" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_marginTop="36dp" + android:layout_marginTop="48dp" android:orientation="vertical"> +