Dynamic colors [2/2]

This commit is contained in:
Rahul Patel
2024-09-02 03:23:24 +05:30
parent 3546ed8a54
commit 20b507b029
12 changed files with 120 additions and 80 deletions

View File

@@ -46,9 +46,5 @@
<item name="widgetLayout">@layout/preference_material_switch</item>
</style>
<style name="AppTheme.FilterChip" parent="@style/Widget.Material3.Chip.Filter">
<item name="chipBackgroundColor">@drawable/filter_chip_background</item>
<item name="chipStrokeColor">?colorControlHighlight</item>
<item name="chipCornerRadius">32dp</item>
</style>
<style name="AppTheme.FilterChip" parent="@style/Widget.Material3.Chip.Filter" />
</resources>