1
0
Fork 0

Adds documentation stating why we duplicate some styles

master
Jeff Boek 2019-01-11 10:14:45 -08:00 committed by Colin Lee
parent 1f70ba4d06
commit 9d80049fa6
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
<resources>
<style name="LightAppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- style the statusbar -->
<!-- We have to pull in the changes from v23/styles.xml to make
sure we also get them in 27+ -->
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:windowLightStatusBar">true</item>