Use Filter chips for the search, downgrade gradle back to 7.6

This commit is contained in:
Bnyro 2023-02-14 19:08:46 +01:00
parent decee78651
commit 12e285f508
2 changed files with 2 additions and 4 deletions

View File

@ -156,12 +156,10 @@
<item name="android:text">0</item>
</style>
<style name="Chip" parent="Widget.Material3.Chip.Suggestion">
<style name="Chip" parent="Widget.Material3.Chip.Filter">
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_width">wrap_content</item>
<item name="chipStrokeWidth">0dp</item>
<item name="chipCornerRadius">20dp</item>
</style>

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists