mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
10 lines
358 B
XML
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>
|