图标资源修改
This commit is contained in:
parent
c7177f5fa5
commit
9d66934694
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Wed May 07 14:44:06 HKT 2025
|
#Wed May 07 06:47:58 GMT 2025
|
||||||
stageCount=17
|
stageCount=17
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.0
|
baseVersion=15.0
|
||||||
publishVersion=15.0.16
|
publishVersion=15.0.16
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=15.0.17
|
baseBetaVersion=15.0.17
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
android:clickable="true">
|
|
||||||
<item
|
<item
|
||||||
android:left="1dp"
|
android:left="1dp"
|
||||||
android:top="1dp"
|
android:top="1dp"
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
android:clickable="true">
|
|
||||||
<!--<item android:drawable="@drawable/ic_launcher_background"/>-->
|
<!--<item android:drawable="@drawable/ic_launcher_background"/>-->
|
||||||
<item
|
<item
|
||||||
android:left="1dp"
|
android:left="1dp"
|
||||||
|
@ -2,7 +2,10 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools" >
|
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 -->
|
<!-- Put flavor specific code here -->
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user