设置应用图标方案

This commit is contained in:
ZhanGSKen
2025-06-08 21:10:47 +08:00
parent bea22e3853
commit 0b5402f5f3
6 changed files with 32 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:clickable="true">
<item android:drawable="@drawable/ic_launcher_background"/>
<item
android:left="15dp"
android:top="15dp"
android:right="15dp"
android:bottom="15dp"
android:drawable="@drawable/ic_launcher"/>
</layer-list>