xenia/app/src/main/res/values-night/themes.xml

8 lines
357 B
XML

<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.Xenia" parent="android:Theme.Holo">
<!-- Status bar color. -->
<item name="android:statusBarColor" tools:targetApi="l">@android:color/holo_purple</item>
<!-- Customize your theme here. -->
</style>
</resources>