Fix chips style
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user