图标资源修改

This commit is contained in:
ZhanGSKen
2025-05-07 14:48:50 +08:00
parent c7177f5fa5
commit 9d66934694
4 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:clickable="true">
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:left="1dp"
android:top="1dp"

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:clickable="true">
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<!--<item android:drawable="@drawable/ic_launcher_background"/>-->
<item
android:left="1dp"

View File

@@ -2,7 +2,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" >
<application>
<application
tools:replace="android:icon,android:roundIcon"
android:icon="@drawable/ic_launcher_stage"
android:roundIcon="@drawable/ic_launcher_stage">
<!-- Put flavor specific code here -->