add icon description

This commit is contained in:
2026-08-21 20:46:38 +08:00
parent 3f86e8f44e
commit 8d4a81b4f5
18 changed files with 31 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:networkSecurityConfig="@xml/network_security_config"
android:supportsRtl="true"

View File

@@ -313,7 +313,7 @@ class MainActivity : Activity() {
gravity = Gravity.CENTER_VERTICAL
layoutParams = LinearLayout.LayoutParams(0, ViewGroup.LayoutParams.WRAP_CONTENT, 1f)
addView(TextView(this@MainActivity).apply {
text = "跟读虫"
text = "八哥口语"
setTextColor(Color.WHITE)
textSize = 32f
typeface = Typeface.DEFAULT_BOLD

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_bg" />
</adaptive-icon>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">八哥口语</string>
</resources>

View File

@@ -1,3 +1,3 @@
<resources>
<string name="app_name">跟读虫</string>
<string name="app_name">MynaTalk</string>
</resources>