File tree Expand file tree Collapse file tree
app/src/main/res/values-v23 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <resources >
2+
3+ <style name =" Base.Theme.App" parent =" android:Theme.Material.Light" >
4+ <item name =" android:colorPrimary" >@color/material_grey_100</item >
5+ <item name =" android:colorPrimaryDark" >@color/material_grey_300</item >
6+ <item name =" android:colorAccent" >@color/colorAccent</item >
7+ <item name =" android:windowLightStatusBar" >true</item >
8+ </style >
9+
10+ <style name =" Theme.App.NoActionBar" parent =" Base.Theme.App" >
11+ <item name =" android:windowActionBar" >false</item >
12+ <item name =" android:windowNoTitle" >true</item >
13+ </style >
14+
15+ <style name =" Theme.Transparent" parent =" android:Theme.Translucent.NoTitleBar" >
16+ <item name =" android:windowDrawsSystemBarBackgrounds" >true</item >
17+ <item name =" android:statusBarColor" >@android:color/transparent</item >
18+ </style >
19+
20+ </resources >
You can’t perform that action at this time.
0 commit comments