FossifyGallery/app/src/main/res/values/styles.xml

10 lines
302 B
XML
Raw Normal View History

2016-02-16 22:23:25 +01: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>