9 changed files with 33 additions and 37 deletions
@ -0,0 +1,9 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> |
|||
<background> |
|||
<inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.7%" /> |
|||
</background> |
|||
<foreground> |
|||
<inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.7%" /> |
|||
</foreground> |
|||
</adaptive-icon> |
@ -0,0 +1,9 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> |
|||
<background> |
|||
<inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.7%" /> |
|||
</background> |
|||
<foreground> |
|||
<inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.7%" /> |
|||
</foreground> |
|||
</adaptive-icon> |
After Width: | Height: | Size: 99 KiB |
@ -1,14 +0,0 @@ |
|||
{ |
|||
"images": [ |
|||
{ |
|||
"idiom": "universal", |
|||
"size": "1024x1024", |
|||
"filename": "AppIcon-512@2x.png", |
|||
"platform": "ios" |
|||
} |
|||
], |
|||
"info": { |
|||
"author": "xcode", |
|||
"version": 1 |
|||
} |
|||
} |
@ -1,23 +0,0 @@ |
|||
{ |
|||
"images" : [ |
|||
{ |
|||
"idiom" : "universal", |
|||
"filename" : "splash-2732x2732-2.png", |
|||
"scale" : "1x" |
|||
}, |
|||
{ |
|||
"idiom" : "universal", |
|||
"filename" : "splash-2732x2732-1.png", |
|||
"scale" : "2x" |
|||
}, |
|||
{ |
|||
"idiom" : "universal", |
|||
"filename" : "splash-2732x2732.png", |
|||
"scale" : "3x" |
|||
} |
|||
], |
|||
"info" : { |
|||
"version" : 1, |
|||
"author" : "xcode" |
|||
} |
|||
} |
Loading…
Reference in new issue