An ATproto social media client -- with an independent Appview.

feat(android): update splash screen (#66)

* feat(android): update splash screen

* fix(android): bump splash icon to upstream res

authored by serenity and committed by GitHub 4e7d7b22 bbc070aa

+3 -3
app.config.js
··· 277 }, 278 }, 279 android: { 280 - backgroundColor: '#0c7cff', 281 image: './assets/splash-android-icon.png', 282 imageWidth: 150, 283 dark: { 284 - backgroundColor: '#0c2a49', 285 - image: './assets/splash-android-icon-dark.png', 286 imageWidth: 150, 287 }, 288 },
··· 277 }, 278 }, 279 android: { 280 + backgroundColor: '#eff1f5', 281 image: './assets/splash-android-icon.png', 282 imageWidth: 150, 283 dark: { 284 + backgroundColor: '#1e1e2e', 285 + image: './assets/splash-android-icon.png', 286 imageWidth: 150, 287 }, 288 },
assets/splash-android-icon-dark.png

This is a binary file and will not be displayed.

assets/splash-android-icon.png

This is a binary file and will not be displayed.