1
0
Fork 0
fenix/app/src/main/res/values/styles.xml

9 lines
347 B
XML
Raw Normal View History

<resources>
<style name="LightAppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
</resources>