Create AppDetail Header

Add InstallState enum { TODO(Replace with sealed class) }
Use string in image loading { Uri handling is not good in Compose }
Make Zoomable image more performant
Add few strings { Might Change }
This commit is contained in:
Iamlooker
2022-04-07 10:41:23 +05:30
parent 12ad62e948
commit c64fff0a4a
8 changed files with 223 additions and 41 deletions

View File

@ -187,4 +187,6 @@
<string name="prefs_new_apps">Number of new apps to show</string>
<string name="new_repository">New repository</string>
<string name="default_tab">Default Tab</string>
<string name="pending">Pending</string>
<string name="installing">Installing</string>
</resources>