mirror of https://github.com/LeOS-GSI/LeOS-Genesis
15 lines
481 B
XML
15 lines
481 B
XML
|
<resources>
|
||
|
|
||
|
<!-- Base application theme. -->
|
||
|
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
||
|
<!-- Customize your theme here. -->
|
||
|
<item name="colorPrimary">#f9f9f9</item>
|
||
|
<item name="colorPrimaryDark">#f9f9f9</item>
|
||
|
<item name="colorAccent">#f9f9f9</item>
|
||
|
<item name="android:windowBackground">@drawable/backgradient</item>
|
||
|
<item name="android:windowLightStatusBar">true</item>
|
||
|
</style>
|
||
|
|
||
|
|
||
|
</resources>
|