Redesign Brave Wallet main layout introducing latest material 2 components (#19650)

This commit is contained in:
Simone Arpe
2023-08-15 15:24:40 +02:00
committed by GitHub
parent 81fb9dfc87
commit 2662c68905
29 changed files with 532 additions and 217 deletions
+5
View File
@@ -99,6 +99,11 @@
<color name="brave_button_color">#4C54D2</color>
<color name="brave_button_pressed">#7278C5</color>
<!-- Wallet gradient colors -->
<color name="wallet_gradient_center_color">#BF14A2</color>
<color name="wallet_gradient_end_color">#F73A1C</color>
<color name="wallet_gradient_start_color">#4C54D2</color>
<!-- Brave news colors -->
<!-- <color name="card_background">#DC353535</color> -->
<color name="card_background">#F23B3E4F</color>
-5
View File
@@ -223,11 +223,6 @@
<item name="textAllCaps">false</item>
</style>
<style name="BraveWalletToolbar" parent="ThemeOverlay.AppCompat.Dark.ActionBar">
<item name="actionMenuTextColor">@color/wallet_text_color</item>
<item name="android:textColorPrimary">@color/wallet_text_color</item>
</style>
<style name="BraveWalletOnboarding">
<item name="ic_onboarding_backup">@drawable/ic_onboarding_backup</item>
<item name="ic_onboarding_intro">@drawable/ic_onboarding_intro</item>