AppDetailsFragment: Add missing icons for size and update tags

Also use normal assist chip style instead of elevated, looks better

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-12-18 22:33:51 +07:00
parent b93bf688ae
commit 5df88b7f2f
3 changed files with 14 additions and 1 deletions

View File

@@ -68,6 +68,7 @@
style="@style/Chip.Tag"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:chipIcon="@drawable/ic_apk_install"
tools:text="25 MB" />
<com.google.android.material.chip.Chip
@@ -75,6 +76,7 @@
style="@style/Chip.Tag"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:chipIcon="@drawable/ic_updates"
tools:text="Jan 21 2020" />
</com.google.android.material.chip.ChipGroup>