Skip to content

Commit 89e409f

Browse files
committed
chore: change Android's app icon
1 parent 186a946 commit 89e409f

28 files changed

+73
-26
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div align="center">
2-
<img src="./assets/icon.png" style="border-radius:10px; margin:10px; width:120px" alt="TrainTime PDA">
2+
<img src="./assets/icon.png" style="border-radius:10px; margin:10px; width:120px" alt="XDYou">
33
<h1>Traintime PDA</h1>
44

55
[![Release downloads](https://img.shields.io/github/downloads/BenderBlog/traintime_pda/total.svg)](https://GitHub.com/BenderBlog/traintime_pda/releases/) ![Android Version](https://img.shields.io/badge/Android%20API-23%2B-green)
66

7-
Traintime PDA,又称 XDYou,是为西电学生设计的开源信息查询软件。
7+
XDYou,代码名称为 Traintime PDA,是为西电学生设计的开源信息查询软件。
88

99
[临时主页地址](https://legacy.superbart.top/xdyou.html)
1010
</div>

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<application android:name="${applicationName}"
66
android:allowBackup="false"
77
android:icon="@mipmap/ic_launcher"
8-
android:label="Traintime PDA"
8+
android:label="XDYou"
99
android:networkSecurityConfig="@xml/network_security_config"
1010
tools:replace="android:label">
1111

-3.32 KB
Loading

android/app/src/main/res/drawable/ic_launcher_foreground.xml

Lines changed: 35 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
55
</adaptive-icon>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
55
</adaptive-icon>
620 Bytes
Loading
394 Bytes
Loading
-4 Bytes
Loading
60 Bytes
Loading

0 commit comments

Comments
 (0)