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

13 lines
537 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>
<item name="android:panelFullBackground">@color/colorPrimary</item>
<item name="android:itemBackground">@color/colorPrimary</item>
</style>
</resources>