[ALOY-1717] Android: Investigate default project-assets
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Unknown |
Created | 2017-06-24T12:22:09.000+0000 |
Updated | 2020-01-30T21:55:17.000+0000 |
Description
When working on a new Alloy project, I noticed some weird project structures regarding Android:
- We use the
DefaultIcon.png
to generate the density-specific app-icons, but there still is a app/assets/android/appicon.png
which should not be there by default
- We generate the density-specific folders, but only from ldpi to hdpi, not xhdpi, xxhdpi and xxxhdpi. Those should be generated as well
- Do we even support ldpi resolutions anymore? Which devices with Android 4.4 have that low density values?
- Should we have a "default.png" have a 320x480px resolution? How does Android does that natively?
I just want to ensure we don't copy something that isn't actually needed.
No comments