File tree Expand file tree Collapse file tree
example/src/androidMain/res Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!-- Copyright 2025, compose-miuix-ui contributors -->
3+ <!-- SPDX-License-Identifier: Apache-2.0 -->
4+
5+ <adaptive-icon xmlns : android =" http://schemas.android.com/apk/res/android" >
6+ <background android : drawable =" @android:color/background_dark" />
7+ <monochrome android : drawable =" @mipmap/ic_launcher_foreground" />
8+ <foreground android : drawable =" @mipmap/ic_launcher_foreground" />
9+ </adaptive-icon >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!-- Copyright 2025, compose-miuix-ui contributors -->
3+ <!-- SPDX-License-Identifier: Apache-2.0 -->
4+
5+ <adaptive-icon xmlns : android =" http://schemas.android.com/apk/res/android" >
6+ <background android : drawable =" @android:color/system_background_dark" />
7+ <monochrome android : drawable =" @mipmap/ic_launcher_foreground" />
8+ <foreground android : drawable =" @mipmap/ic_launcher_foreground" />
9+ </adaptive-icon >
Original file line number Diff line number Diff line change 33<!-- SPDX-License-Identifier: Apache-2.0 -->
44
55<adaptive-icon xmlns : android =" http://schemas.android.com/apk/res/android" >
6- <background android : drawable =" @android:color/white " />
6+ <background android : drawable =" @android:color/background_light " />
77 <monochrome android : drawable =" @mipmap/ic_launcher_foreground" />
88 <foreground android : drawable =" @mipmap/ic_launcher_foreground" />
99</adaptive-icon >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!-- Copyright 2025, compose-miuix-ui contributors -->
3+ <!-- SPDX-License-Identifier: Apache-2.0 -->
4+
5+ <adaptive-icon xmlns : android =" http://schemas.android.com/apk/res/android" >
6+ <background android : drawable =" @android:color/system_background_light" />
7+ <monochrome android : drawable =" @mipmap/ic_launcher_foreground" />
8+ <foreground android : drawable =" @mipmap/ic_launcher_foreground" />
9+ </adaptive-icon >
Original file line number Diff line number Diff line change 66 <style name =" Theme.Miuix" parent =" android:Theme.Material.NoActionBar" >
77 <item name =" android:forceDarkAllowed" >false</item >
88 <item name =" android:windowSplashScreenBackground" >@android:color/background_dark</item >
9- <item name =" android:windowSplashScreenAnimatedIcon" >@mipmap/ic_launcher_foreground </item >
9+ <item name =" android:windowSplashScreenAnimatedIcon" >@mipmap/ic_launcher </item >
1010 </style >
1111</resources >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!-- Copyright 2025, compose-miuix-ui contributors -->
3+ <!-- SPDX-License-Identifier: Apache-2.0 -->
4+
5+ <resources >
6+ <style name =" Theme.Miuix" parent =" android:Theme.Material.NoActionBar" >
7+ <item name =" android:forceDarkAllowed" >false</item >
8+ <item name =" android:windowSplashScreenBackground" >@android:color/system_background_dark</item >
9+ <item name =" android:windowSplashScreenAnimatedIcon" >@mipmap/ic_launcher</item >
10+ </style >
11+ </resources >
Original file line number Diff line number Diff line change 55<resources >
66 <style name =" Theme.Miuix" parent =" android:Theme.Material.Light.NoActionBar" >
77 <item name =" android:windowSplashScreenBackground" >@android:color/background_light</item >
8- <item name =" android:windowSplashScreenAnimatedIcon" >@mipmap/ic_launcher_foreground </item >
8+ <item name =" android:windowSplashScreenAnimatedIcon" >@mipmap/ic_launcher </item >
99 </style >
1010</resources >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!-- Copyright 2025, compose-miuix-ui contributors -->
3+ <!-- SPDX-License-Identifier: Apache-2.0 -->
4+
5+ <resources >
6+ <style name =" Theme.Miuix" parent =" android:Theme.Material.Light.NoActionBar" >
7+ <item name =" android:windowSplashScreenBackground" >@android:color/system_background_light</item >
8+ <item name =" android:windowSplashScreenAnimatedIcon" >@mipmap/ic_launcher</item >
9+ </style >
10+ </resources >
Original file line number Diff line number Diff line change 1717 <key >CFBundleShortVersionString </key >
1818 <string >1.0.7 </string >
1919 <key >CFBundleVersion </key >
20- <string >643 </string >
20+ <string >648 </string >
2121 <key >LSRequiresIPhoneOS </key >
2222 <true />
2323 <key >CADisableMinimumFrameDurationOnPhone </key >
You can’t perform that action at this time.
0 commit comments