1
mirror of https://github.com/jlelse/teleposter synced 2024-06-18 06:45:01 +00:00
teleposter/app/src/main/res/values/styles.xml

11 lines
331 B
XML

<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:colorBackground">@android:color/white</item>
</style>
</resources>