完全替换为Rave Now,只保留了Google Play的密钥还有一些图片映射还有旧字样。

This commit is contained in:
2024-11-17 20:31:18 +08:00
parent 074244c0f8
commit 4cdb7f28b3
11 changed files with 15 additions and 15 deletions

View File

@@ -35,7 +35,7 @@
<string name="back_upper">BACK</string>
<string name="text_hint_confirm_password">Enter your password again</string>
<string name="login_confirm_password_label">Confirm password</string>
<string name="agree_terms_of_service">Yes, I have read and agree to RiderPros Privacy Policy.</string>
<string name="agree_terms_of_service">Yes, I have read and agree to RaveNows Privacy Policy.</string>
<string name="agree_promotion">Yes, I want to be added to the Rave Now mailing list.</string>
<string name="text_error_email_format">Invalid email</string>
<string name="text_error_password_format">The password must be at least 8 characters long and contain a combination of uppercase letters, lowercase letters, and numbers.</string>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.RiderPro" parent="android:Theme.Material.Light.NoActionBar" >
<style name="Theme.RaveNow" parent="android:Theme.Material.Light.NoActionBar" >
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@color/activity_background</item>
@@ -10,7 +10,7 @@
<item name="android:windowNoTitle">true</item>
<item name="windowSplashScreenBackground">@color/splash_background</item>
<item name="windowSplashScreenAnimatedIcon">@mipmap/rider_pro_logo_next_round</item>
<item name="postSplashScreenTheme">@style/Theme.RiderPro</item>
<item name="postSplashScreenTheme">@style/Theme.RaveNow</item>
<item name="android:windowBackground">@color/activity_background</item>
</style>
</resources>