Files
ogame-vue-ts/android/app/src/main/res/drawable/splash_icon.xml
2025-12-27 01:04:14 +08:00

10 lines
358 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- 启动画面专用图标,使用较小的尺寸避免模糊 -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:width="96dp"
android:height="96dp"
android:gravity="center"
android:drawable="@mipmap/ic_launcher_foreground" />
</layer-list>