LeOS-Genesis/app/src/main/res/values/styles.xml

15 lines
481 B
XML
Raw Normal View History

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