Android Asset Studio: Skirtumas tarp puslapio versijų
(Naujas puslapis: == Android Asset Studio == Norėdami sukurti android studio ikonas naudokite šią programinę įrangą: https://romannurik.github.io/AndroidAssetStudio/index.html https://dev...) |
|||
(nerodoma 2 tarpinės versijos, sukurtos to paties naudotojo) | |||
3 eilutė: | 3 eilutė: | ||
Norėdami sukurti android studio ikonas naudokite šią programinę įrangą: | Norėdami sukurti android studio ikonas naudokite šią programinę įrangą: | ||
+ | * Webinė versija | ||
https://romannurik.github.io/AndroidAssetStudio/index.html | https://romannurik.github.io/AndroidAssetStudio/index.html | ||
− | + | * Desktop versija | |
https://developer.android.com/studio/write/image-asset-studio.html | https://developer.android.com/studio/write/image-asset-studio.html | ||
17 eilutė: | 18 eilutė: | ||
Launcher icons (.Png) | Launcher icons (.Png) | ||
− | LDPI should be 36 x 36 ; MDPI x 0.75. | + | * LDPI should be 36 x 36 ; MDPI x 0.75. |
− | mdpi=188*110 48 × 48 MDPIx1 (Baseline) | + | * mdpi=188*110 48 × 48 MDPIx1 (Baseline) |
− | TVDPI is MDPI x 1.33 | + | * TVDPI is MDPI x 1.33 |
− | hdpi=281*164 72 × 72 ; MDPI x 1.5 | + | * hdpi=281*164 72 × 72 ; MDPI x 1.5 |
− | xhdpi=375*219 96 × 96 ; MDPI x 2.) | + | * xhdpi=375*219 96 × 96 ; MDPI x 2.) |
− | xxhdpi=563*329 144 × 144 ; MDPI x 3. | + | * xxhdpi=563*329 144 × 144 ; MDPI x 3. |
− | xxxhdpi=750*438 192 × 192; MDPI x 4. | + | * xxxhdpi=750*438 192 × 192; MDPI x 4. |
− | WEB 512 × 512 (Play store) | + | * WEB 512 × 512 (Play store) |
32 eilutė: | 33 eilutė: | ||
Action bar, Dialog & Tab icons | Action bar, Dialog & Tab icons | ||
− | 24 × 24 area in 32 × 32 (mdpi) | + | * 24 × 24 area in 32 × 32 (mdpi) |
− | 36 × 36 area in 48 × 48 (hdpi) | + | * 36 × 36 area in 48 × 48 (hdpi) |
− | 48 × 48 area in 64 × 64 (xhdpi) | + | * 48 × 48 area in 64 × 64 (xhdpi) |
− | 72 × 72 area in 96 × 96 (xxhdpi) | + | * 72 × 72 area in 96 × 96 (xxhdpi) |
− | 96 × 96 area in 128 × 128 (xxxhdpi)* | + | * 96 × 96 area in 128 × 128 (xxxhdpi)* |
Notification icons | Notification icons | ||
− | 22 × 22 area in 24 × 24 (mdpi) | + | * 22 × 22 area in 24 × 24 (mdpi) |
− | 33 × 33 area in 36 × 36 (hdpi) | + | * 33 × 33 area in 36 × 36 (hdpi) |
− | 44 × 44 area in 48 × 48 (xhdpi) | + | * 44 × 44 area in 48 × 48 (xhdpi) |
− | 66 × 66 area in 72 × 72 (xxhdpi) | + | * 66 × 66 area in 72 × 72 (xxhdpi) |
− | 88 × 88 area in 96 × 96 (xxxhdpi)* | + | * 88 × 88 area in 96 × 96 (xxxhdpi)* |
Small Contextual Icons | Small Contextual Icons | ||
− | 16 × 16 (mdpi) | + | * 16 × 16 (mdpi) |
− | 24 × 24 (hdpi) | + | * 24 × 24 (hdpi) |
− | 32 × 32 (xhdpi) | + | * 32 × 32 (xhdpi) |
− | 48 × 48 (xxhdpi) | + | * 48 × 48 (xxhdpi) |
− | 64 × 64 (xxxhdpi)* | + | * 64 × 64 (xxxhdpi)* |
The xxxhdpi size needed only by the launcher icon as the Supporting multiple Screens official site says. | The xxxhdpi size needed only by the launcher icon as the Supporting multiple Screens official site says. |
Dabartinė 11:38, 12 sausio 2021 versija
Android Asset Studio
Norėdami sukurti android studio ikonas naudokite šią programinę įrangą:
- Webinė versija
https://romannurik.github.io/AndroidAssetStudio/index.html
- Desktop versija
https://developer.android.com/studio/write/image-asset-studio.html
Android Laucher Icon yra tokių matmenų:
Android icons require five separate sizes for different screen pixel densities. Icons for lower resolution are created automatically from the baseline.
Basically, all of the other icons should be in proportion to the 'baseline' icon, MDPI at 48 x 48.
Launcher icons (.Png)
- LDPI should be 36 x 36 ; MDPI x 0.75.
- mdpi=188*110 48 × 48 MDPIx1 (Baseline)
- TVDPI is MDPI x 1.33
- hdpi=281*164 72 × 72 ; MDPI x 1.5
- xhdpi=375*219 96 × 96 ; MDPI x 2.)
- xxhdpi=563*329 144 × 144 ; MDPI x 3.
- xxxhdpi=750*438 192 × 192; MDPI x 4.
- WEB 512 × 512 (Play store)
http://developer.android.com/design/style/iconography.html
Action bar, Dialog & Tab icons
- 24 × 24 area in 32 × 32 (mdpi)
- 36 × 36 area in 48 × 48 (hdpi)
- 48 × 48 area in 64 × 64 (xhdpi)
- 72 × 72 area in 96 × 96 (xxhdpi)
- 96 × 96 area in 128 × 128 (xxxhdpi)*
Notification icons
- 22 × 22 area in 24 × 24 (mdpi)
- 33 × 33 area in 36 × 36 (hdpi)
- 44 × 44 area in 48 × 48 (xhdpi)
- 66 × 66 area in 72 × 72 (xxhdpi)
- 88 × 88 area in 96 × 96 (xxxhdpi)*
Small Contextual Icons
- 16 × 16 (mdpi)
- 24 × 24 (hdpi)
- 32 × 32 (xhdpi)
- 48 × 48 (xxhdpi)
- 64 × 64 (xxxhdpi)*
The xxxhdpi size needed only by the launcher icon as the Supporting multiple Screens official site says.