blob: e7a4431bc27ed76954f2d260d75659e3cf7d3f66 (
plain)
1
2
3
4
5
6
7
8
9
|
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.PrivacyCentralApp" parent="Theme.AppCompat.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<!-- Status bar color. -->
<!-- Customize your theme here. -->
</style>
</resources>
|