nextcloud-talk-android/app/src/main/res/values/styles.xml

11 lines
390 B
XML
Raw Normal View History

<resources>
<!-- Base application theme. -->
2018-11-28 18:37:25 +03:00
<style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorPrimary</item>
</style>
</resources>