1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-10-05 10:43:22 +08:00
Files
glide-transformations/example/src/main/res/values/styles.xml
2018-01-26 17:08:27 +09:00

11 lines
360 B
XML

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