更新软件Logo

This commit is contained in:
2024-11-15 20:04:15 +08:00
parent e62e83c566
commit 914cfca6be
34 changed files with 19 additions and 9 deletions

View File

@@ -11,9 +11,9 @@
android:allowBackup="false" android:allowBackup="false"
android:dataExtractionRules="@xml/data_extraction_rules" android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules" android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/rider_pro_logo_red" android:icon="@mipmap/rider_pro_logo_next"
android:label="@string/app_name" android:label="@string/app_name"
android:roundIcon="@mipmap/rider_pro_logo_red_round" android:roundIcon="@mipmap/rider_pro_logo_next_round"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.RiderPro" android:theme="@style/Theme.RiderPro"
android:usesCleartextTraffic="true" android:usesCleartextTraffic="true"

View File

@@ -167,7 +167,7 @@ fun LoginPage() {
) { ) {
Spacer(modifier = Modifier.weight(1f)) Spacer(modifier = Modifier.weight(1f))
Image( Image(
painter = painterResource(id = R.mipmap.rider_pro_color_logo), painter = painterResource(id = R.mipmap.rider_pro_color_logo_next),
contentDescription = "Rider Pro", contentDescription = "Rider Pro",
modifier = Modifier modifier = Modifier
.size(52.dp) .size(52.dp)

BIN
app/src/main/res/LOGO.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/rider_pro_logo_red_background"/> <background android:drawable="@color/rider_pro_logo_next_background"/>
<foreground android:drawable="@mipmap/rider_pro_logo_red_foreground"/> <foreground android:drawable="@mipmap/rider_pro_logo_next_foreground"/>
</adaptive-icon> </adaptive-icon>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/rider_pro_logo_red_background"/> <background android:drawable="@color/rider_pro_logo_next_background"/>
<foreground android:drawable="@mipmap/rider_pro_logo_red_foreground"/> <foreground android:drawable="@mipmap/rider_pro_logo_next_foreground"/>
</adaptive-icon> </adaptive-icon>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 882 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<color name="rider_pro_logo_red_background">#E52027</color> <color name="rider_pro_logo_next_background">#E52027</color>
</resources> </resources>

View File

@@ -9,7 +9,7 @@
<item name="android:windowIsTranslucent">true</item> <item name="android:windowIsTranslucent">true</item>
<item name="android:windowNoTitle">true</item> <item name="android:windowNoTitle">true</item>
<item name="windowSplashScreenBackground">@color/splash_background</item> <item name="windowSplashScreenBackground">@color/splash_background</item>
<item name="windowSplashScreenAnimatedIcon">@mipmap/rider_pro_logo_red_round</item> <item name="windowSplashScreenAnimatedIcon">@mipmap/rider_pro_logo_next_round</item>
<item name="postSplashScreenTheme">@style/Theme.RiderPro</item> <item name="postSplashScreenTheme">@style/Theme.RiderPro</item>
<item name="android:windowBackground">@color/activity_background</item> <item name="android:windowBackground">@color/activity_background</item>
</style> </style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB