Commit b529317
committed
fix: use the supplied launcher artwork
The old icon was the source art flattened into an opaque 432px square,
which hid the background layer entirely and left launchers sliding a
black rectangle during parallax.
The artwork now goes in as drawn. Android only ever shows the central
72 of the 108dp canvas, so it is padded to that ratio in matched black:
the mask crops the padding and never the composition. Ships as real
density buckets, with a monochrome silhouette traced from the ghost so
themed icons do not fall back to Android's generated one.1 parent 095c6d7 commit b529317
14 files changed
Lines changed: 12 additions & 7 deletions
File tree
- app/src/main/res
- drawable-nodpi
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
2 | 11 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
8 | 15 | | |
0 commit comments