File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+ <style name =" AppTheme" parent =" Theme.AppCompat.Light.NoActionBar" >
4+ <item name =" android:windowLightStatusBar" >true</item >
5+ <item name =" colorPrimary" >@color/colorPrimary</item >
6+ <item name =" colorPrimaryDark" >@color/colorPrimaryDark</item >
7+ <item name =" colorAccent" >@color/colorAccent</item >
8+ </style >
9+ </resources >
Original file line number Diff line number Diff line change 33 <!-- Change the color value for your needs -->
44 <color name =" colorAccent" >@color/purple</color >
55
6+ <!-- this is used (in our app) solely for the app switcher color -->
7+ <color name =" colorPrimary" >#FFC107</color >
8+ <!-- this is used when the app is starting to define the status bar color -->
9+ <color name =" colorPrimaryDark" >#C4C4C4</color >
10+
611 <color name =" black" >#242121</color >
712 <color name =" darkGray" >#53585A</color >
813 <color name =" mediumGray" >#E0DAD6</color >
Original file line number Diff line number Diff line change 33 <!-- Base application theme. -->
44 <style name =" AppTheme" parent =" Theme.AppCompat.Light.NoActionBar" >
55 <!-- Customize your theme here. -->
6+ <item name =" colorPrimary" >@color/colorPrimary</item >
7+ <item name =" colorPrimaryDark" >@color/colorPrimaryDark</item >
68 <item name =" colorAccent" >@color/colorAccent</item >
79 </style >
810
You can’t perform that action at this time.
0 commit comments