mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 16:05:12 +08:00
补全翻译
This commit is contained in:
9
android/app/src/main/res/drawable/splash_icon.xml
Normal file
9
android/app/src/main/res/drawable/splash_icon.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user