File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed
example/src/androidMain/res Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!-- Copyright 2025, miuix-kotlin-multiplatform contributors -->
3+ <!-- SPDX-License-Identifier: Apache-2.0 -->
4+
5+ <resources >
6+
7+ <style name =" Theme.Miuix" parent =" android:Theme.Material.NoActionBar" >
8+ <item name =" android:forceDarkAllowed" >false</item >
9+ <item name =" android:windowSplashScreenBackground" >@android:color/background_dark</item >
10+ <item name =" android:windowSplashScreenAnimatedIcon" >@drawable/ic_launcher_foreground</item >
11+ </style >
12+ </resources >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!-- Copyright 2025, miuix-kotlin-multiplatform contributors -->
3+ <!-- SPDX-License-Identifier: Apache-2.0 -->
4+
5+ <resources >
6+
7+ <style name =" Theme.Miuix" parent =" android:Theme.Material.Light.NoActionBar" >
8+ <item name =" android:windowSplashScreenBackground" >@android:color/background_light</item >
9+ <item name =" android:windowSplashScreenAnimatedIcon" >@drawable/ic_launcher_foreground</item >
10+ </style >
11+ </resources >
Original file line number Diff line number Diff line change 1717 <key >CFBundleShortVersionString </key >
1818 <string >1.0.4 </string >
1919 <key >CFBundleVersion </key >
20- <string >521 </string >
20+ <string >522 </string >
2121 <key >LSRequiresIPhoneOS </key >
2222 <true />
2323 <key >CADisableMinimumFrameDurationOnPhone </key >
You can’t perform that action at this time.
0 commit comments