Skip to content

Commit b564abb

Browse files
committed
add TS12 icon
1 parent 1c79fc7 commit b564abb

25 files changed

+28
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.nin0dev.vendroid"
1212
minSdk 25
1313
targetSdk 34
14-
versionCode 11
15-
versionName "1.8"
14+
versionCode 12
15+
versionName "1.8-12"
1616
}
1717

1818
buildTypes {

app/src/main/AndroidManifest.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,22 @@
111111
<category android:name="android.intent.category.LAUNCHER"/>
112112
</intent-filter>
113113
</activity-alias>
114+
<activity-alias
115+
android:name=".TS12MainActivity"
116+
android:exported="true"
117+
android:roundIcon="@mipmap/ic_launcher_ts12_round"
118+
android:label="@string/app_name"
119+
android:icon="@mipmap/ic_launcher_ts12"
120+
android:enabled="false"
121+
android:targetActivity=".MainActivity">
122+
<meta-data
123+
android:name="android.app.shortcuts"
124+
android:resource="@xml/shortcuts" />
125+
<intent-filter>
126+
<action android:name="android.intent.action.MAIN" />
127+
<category android:name="android.intent.category.LAUNCHER" />
128+
</intent-filter>
129+
</activity-alias>
114130
</application>
115131

116132
</manifest>
196 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@mipmap/ic_launcher_ts12_background" />
4+
<foreground android:drawable="@mipmap/ic_launcher_ts12_foreground" />
5+
</adaptive-icon>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@mipmap/ic_launcher_ts12_background" />
4+
<foreground android:drawable="@mipmap/ic_launcher_ts12_foreground" />
5+
</adaptive-icon>
3.2 KB
Loading
40 Bytes
Loading
7.38 KB
Loading
4.97 KB
Loading
1.84 KB
Loading

0 commit comments

Comments
 (0)