add icon description
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 |
@@ -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>
|
||||
BIN
android/sample-app/src/main/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
android/sample-app/src/main/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
BIN
android/sample-app/src/main/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
android/sample-app/src/main/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
BIN
android/sample-app/src/main/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
android/sample-app/src/main/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
BIN
android/sample-app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
android/sample-app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
android/sample-app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
android/sample-app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
4
android/sample-app/src/main/res/values-zh/strings.xml
Normal file
4
android/sample-app/src/main/res/values-zh/strings.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">八哥口语</string>
|
||||
</resources>
|
||||
@@ -1,3 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name">跟读虫</string>
|
||||
<string name="app_name">MynaTalk</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user