File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<resources xmlns : tools =" http://schemas.android.com/tools" >
22 <!-- Base application theme. -->
3- <style name =" Base.Theme.AkiraFinancialTracker" parent =" Theme.Material3.DayNight .NoActionBar" >
4- <!-- Customize your light theme here. -->
3+ <style name =" Base.Theme.AkiraFinancialTracker" parent =" Theme.Material3.Dark .NoActionBar" >
4+ <!-- Customize your dark theme here. -->
55 <item name =" colorPrimary" >@color/accent_blue</item >
66 <item name =" colorOnPrimary" >@color/primary_text</item >
77 <item name =" colorOnSecondary" >@color/secondary_text</item >
2121 <item name =" colorControlActivated" >@color/accent_blue</item >
2222
2323 <!-- Status and navigation bar -->
24- <item name =" android:statusBarColor" >@color/background</item >
25- <item name =" android:navigationBarColor" >@color/background</item >
24+ <item name =" android:statusBarColor" >@color/background</item >
25+ <item name =" android:navigationBarColor" >@color/background</item >
2626 </style >
2727
2828 <style name =" Theme.AkiraFinancialTracker" parent =" Base.Theme.AkiraFinancialTracker" />
You can’t perform that action at this time.
0 commit comments