Fix chips style

This commit is contained in:
Koitharu
2023-12-12 14:18:49 +02:00
parent fca9ba98cd
commit 353d856bf5
3 changed files with 9 additions and 20 deletions

View File

@@ -120,18 +120,9 @@
<item name="trackCornerRadius">@dimen/mtrl_progress_indicator_full_rounded_corner_radius</item>
</style>
<style name="Widget.Kotatsu.Chip" parent="Widget.Material3.Chip.Suggestion">
<!--<item name="chipBackgroundColor">?attr/m3ColorBackground</item>-->
<item name="rippleColor">?attr/colorControlHighlight</item>
<style name="Widget.Kotatsu.Chip" parent="Widget.Material3.Chip.Suggestion" />
<!-- Custom chip states -->
<item name="android:clickable">true</item>
<item name="android:focusable">true</item>
</style>
<style name="Widget.Kotatsu.Chip.Filter" parent="Widget.Material3.Chip.Filter">
</style>
<style name="Widget.Kotatsu.Chip.Filter" parent="Widget.Material3.Chip.Filter" />
<style name="Widget.Kotatsu.Button.More" parent="Widget.Material3.Button.TextButton">
<item name="android:minWidth">48dp</item>