wulkanowy-mod/app/src/main/res/values/styles.xml

10 lines
302 B
XML
Raw Normal View History

2017-03-09 14:29:23 -06:00
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
</resources>