Address filter sheet color issue
This commit is contained in:
committed by
Aayush Gupta
parent
a5c7a23547
commit
2f30d53312
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user