File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -362,10 +362,10 @@ export class AndroidAssetGenerator extends AssetGenerator {
362
362
<?xml version="1.0" encoding="utf-8"?>
363
363
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
364
364
<background>
365
- <inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.7 %" />
365
+ <inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.6 %" />
366
366
</background>
367
367
<foreground>
368
- <inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.7 %" />
368
+ <inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.6 %" />
369
369
</foreground>
370
370
</adaptive-icon>
371
371
` . trim ( ) ;
@@ -433,10 +433,10 @@ export class AndroidAssetGenerator extends AssetGenerator {
433
433
<?xml version="1.0" encoding="utf-8"?>
434
434
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
435
435
<background>
436
- <inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.7 %" />
436
+ <inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.6 %" />
437
437
</background>
438
438
<foreground>
439
- <inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.7 %" />
439
+ <inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.6 %" />
440
440
</foreground>
441
441
</adaptive-icon>
442
442
` . trim ( ) ;
You can’t perform that action at this time.
0 commit comments