App.icons(icons)
Set the icons for your mobile app.
Arguments
- icons Object
-
An Object where the keys are different devices and screen sizes, and values are image paths relative to the project root directory.
Valid key values:
-
iphone_2x(120x120) -
iphone_3x(180x180) -
ipad(76x76) -
ipad_2x(152x152) -
ipad_pro(167x167) -
ios_settings(29x29) -
ios_settings_2x(58x58) -
ios_settings_3x(87x87) -
ios_spotlight(40x40) -
ios_spotlight_2x(80x80) -
android_mdpi(48x48) -
android_hdpi(72x72) -
android_xhdpi(96x96) -
android_xxhdpi(144x144) -
android_xxxhdpi(192x192)
-
Please login to continue.