File tree Expand file tree Collapse file tree
composeApp/src/androidMain Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 android : networkSecurityConfig =" @xml/network_security_config"
2525 android : roundIcon =" @mipmap/ic_launcher_round"
2626 android : supportsRtl =" true"
27- android : theme =" @android: style/Theme.Material.Light.NoActionBar "
27+ android : theme =" @style/Theme.GitHubStore.Splash "
2828 android : usesCleartextTraffic =" false"
2929 tools : targetApi =" 29" >
3030
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <inset xmlns : android =" http://schemas.android.com/apk/res/android"
3+ android : drawable =" @drawable/ic_logo"
4+ android : inset =" 48dp"
5+ />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
3- <color name =" ic_launcher_background" >#FFFFFF </color >
3+ <color name =" ic_launcher_background" >#101010 </color >
44</resources >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+
4+ <style name =" Theme.GitHubStore.Splash" parent =" Theme.SplashScreen" >
5+ <item name =" windowSplashScreenAnimatedIcon" >@drawable/ic_splash</item >
6+ <item name =" windowSplashScreenBackground" >@color/ic_launcher_background</item >
7+ <item name =" postSplashScreenTheme" >@style/Theme.AppCompat.DayNight.NoActionBar</item >
8+ </style >
9+ </resources >
You can’t perform that action at this time.
0 commit comments