AppDetails: Add reviews by latest

This commit is contained in:
Rahul Patel
2024-12-15 00:16:58 +05:30
parent 5e40f0cb53
commit 59a2ae5e08
3 changed files with 9 additions and 0 deletions

View File

@@ -53,6 +53,13 @@
android:layout_height="wrap_content"
android:text="@string/filter_review_all" />
<com.google.android.material.chip.Chip
android:id="@+id/filter_newest_first"
style="@style/Widget.Material3.Chip.Filter"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/filter_latest" />
<com.google.android.material.chip.Chip
android:id="@+id/filter_review_critical"
style="@style/Widget.Material3.Chip.Filter"