Skip to content

Commit cb5b929

Browse files
committed
fix blurry splash screen in android (#3996)
1 parent be50787 commit cb5b929

15 files changed

+17
-35
lines changed

android/app/src/main/assets/capacitor.plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
},
6262
{
6363
"pkg": "capacitor-secure-storage-plugin",
64-
"classpath": "com.whitestein.securestorage.SecureStoragePlugin"
64+
"classpath": "com.whitestein.securestorage.SecureStoragePluginPlugin"
6565
}
6666
]
-2.08 KB
Loading

android/app/src/main/res/drawable/ic_launcher_new_splash_foreground.xml

Lines changed: 14 additions & 32 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_new_splash_background"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_new_splash_foreground"/>
4+
<foreground android:drawable="@drawable/ic_launcher_new_splash_foreground"/>
55
</adaptive-icon>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_new_splash_background"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_new_splash_foreground"/>
4+
<foreground android:drawable="@drawable/ic_launcher_new_splash_foreground"/>
55
</adaptive-icon>
132 Bytes
Loading
-6 Bytes
Loading
20 Bytes
Loading
36 Bytes
Loading
46 Bytes
Loading

0 commit comments

Comments
 (0)