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

8 lines
363 B
XML

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