File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 <!-- Base application theme. -->
33 <style name =" Theme.MIUINativeNotifyIcon" parent =" Theme.Material3.DayNight" >
44 <!-- Primary brand color. -->
5- <item name =" colorPrimary" >@color/purple_200 </item >
6- <item name =" colorPrimaryVariant" >@color/purple_700 </item >
7- <item name =" colorOnPrimary" >@color/black </item >
5+ <item name =" colorPrimary" >@color/colorPrimaryAccent </item >
6+ <item name =" colorPrimaryVariant" >@color/colorPrimaryAccent </item >
7+ <item name =" colorOnPrimary" >@color/colorPrimaryAccent </item >
88 <!-- Secondary brand color. -->
9- <item name =" colorSecondary" >@color/teal_200 </item >
10- <item name =" colorSecondaryVariant" >@color/teal_200 </item >
11- <item name =" colorOnSecondary" >@color/black </item >
9+ <item name =" colorSecondary" >@color/colorPrimaryAccent </item >
10+ <item name =" colorSecondaryVariant" >@color/colorPrimaryAccent </item >
11+ <item name =" colorOnSecondary" >@color/colorPrimaryAccent </item >
1212 <!-- Status bar color. -->
13- <item name =" android:statusBarColor" >?attr/colorPrimaryVariant</item >
13+ <item name =" android:statusBarColor" >@color/black</item >
14+ <item name =" android:windowLightStatusBar" >false</item >
1415 <!-- Customize your theme here. -->
1516 </style >
1617</resources >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
3- <color name =" purple_200" >#656565</color >
4- <color name =" purple_500" >#656565</color >
5- <color name =" purple_700" >#656565</color >
6- <color name =" teal_200" >#656565</color >
7- <color name =" teal_700" >#656565</color >
3+ <color name =" colorPrimaryAccent" >#656565</color >
84 <color name =" black" >#FF000000</color >
95 <color name =" white" >#FFFFFFFF</color >
106 <color name =" trans" >#00000000</color >
Original file line number Diff line number Diff line change 22 <!-- Base application theme. -->
33 <style name =" Theme.MIUINativeNotifyIcon" parent =" Theme.Material3.DayNight" >
44 <!-- Primary brand color. -->
5- <item name =" colorPrimary" >@color/purple_500 </item >
6- <item name =" colorPrimaryVariant" >@color/purple_700 </item >
7- <item name =" colorOnPrimary" >@color/teal_700 </item >
5+ <item name =" colorPrimary" >@color/colorPrimaryAccent </item >
6+ <item name =" colorPrimaryVariant" >@color/colorPrimaryAccent </item >
7+ <item name =" colorOnPrimary" >@color/colorPrimaryAccent </item >
88 <!-- Secondary brand color. -->
9- <item name =" colorSecondary" >@color/teal_200 </item >
10- <item name =" colorSecondaryVariant" >@color/teal_700 </item >
11- <item name =" colorOnSecondary" >@color/black </item >
9+ <item name =" colorSecondary" >@color/colorPrimaryAccent </item >
10+ <item name =" colorSecondaryVariant" >@color/colorPrimaryAccent </item >
11+ <item name =" colorOnSecondary" >@color/colorPrimaryAccent </item >
1212 <!-- Status bar color. -->
13- <item name =" android:statusBarColor" >?attr/colorPrimaryVariant</item >
13+ <item name =" android:statusBarColor" >@color/white</item >
14+ <item name =" android:windowLightStatusBar" >true</item >
1415 <!-- Customize your theme here. -->
1516 </style >
1617</resources >
You can’t perform that action at this time.
0 commit comments