[fenix] Adds documentation stating why we duplicate some styles

pull/600/head
Jeff Boek 5 years ago committed by Colin Lee
parent ffec505050
commit 5b304b49cc

@ -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>

Loading…
Cancel
Save