Address filter sheet color issue

This commit is contained in:
Rahul Patel
2024-08-13 02:43:49 +05:30
committed by Aayush Gupta
parent a5c7a23547
commit 2f30d53312
4 changed files with 52 additions and 7 deletions

View File

@@ -108,21 +108,21 @@
<com.google.android.material.chip.Chip
android:id="@+id/filter_gfs"
style="@style/Widget.Material3.Chip.Filter"
style="@style/AppTheme.FilterChip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/action_filter_gsf_dependent_apps" />
<com.google.android.material.chip.Chip
android:id="@+id/filter_paid"
style="@style/Widget.Material3.Chip.Filter"
style="@style/AppTheme.FilterChip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/action_filter_paid_apps" />
<com.google.android.material.chip.Chip
android:id="@+id/filter_ads"
style="@style/Widget.Material3.Chip.Filter"
style="@style/AppTheme.FilterChip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/action_filter_apps_with_ads" />