Skip to content

Commit 59bf1a1

Browse files
committed
Fix splash screen logo size
Closes #1544
1 parent 7b23c25 commit 59bf1a1

File tree

8 files changed

+11
-1
lines changed

8 files changed

+11
-1
lines changed

.changeset/giant-chairs-juggle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@alephium/mobile-wallet': patch
3+
---
4+
5+
Fix Android splash screen logo size
3.28 KB
Loading
2.05 KB
Loading
4.55 KB
Loading
7.56 KB
Loading
11.3 KB
Loading

apps/mobile-wallet/app.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ export default {
5454
}
5555
},
5656
android: {
57+
splash: {
58+
image: './assets/adaptive-icon.png',
59+
resizeMode: 'contain',
60+
backgroundColor: '#000000'
61+
},
5762
allowBackup: false,
5863
adaptiveIcon: {
5964
foregroundImage: './assets/adaptive-icon.png',

apps/mobile-wallet/ios/Alephium/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@
9999
<key>UIViewControllerBasedStatusBarAppearance</key>
100100
<false/>
101101
</dict>
102-
</plist>
102+
</plist>

0 commit comments

Comments
 (0)