diff --git a/android/app/src/main/res/drawable-v21/launch_background.xml b/android/app/src/main/res/drawable-v21/launch_background.xml index ec54c52..d5586aa 100644 --- a/android/app/src/main/res/drawable-v21/launch_background.xml +++ b/android/app/src/main/res/drawable-v21/launch_background.xml @@ -1,5 +1,6 @@ + diff --git a/android/app/src/main/res/drawable-v21/splash.png b/android/app/src/main/res/drawable-v21/splash.png index 9dc42ef..04c455b 100644 Binary files a/android/app/src/main/res/drawable-v21/splash.png and b/android/app/src/main/res/drawable-v21/splash.png differ diff --git a/android/app/src/main/res/drawable/launch_background.xml b/android/app/src/main/res/drawable/launch_background.xml index ec54c52..d5586aa 100644 --- a/android/app/src/main/res/drawable/launch_background.xml +++ b/android/app/src/main/res/drawable/launch_background.xml @@ -1,5 +1,6 @@ + diff --git a/android/app/src/main/res/drawable/splash.png b/android/app/src/main/res/drawable/splash.png index 9dc42ef..04c455b 100644 Binary files a/android/app/src/main/res/drawable/splash.png and b/android/app/src/main/res/drawable/splash.png differ diff --git a/android/app/src/main/res/values-night/styles.xml b/android/app/src/main/res/values-night/styles.xml index dbc9ea9..7788d3c 100644 --- a/android/app/src/main/res/values-night/styles.xml +++ b/android/app/src/main/res/values-night/styles.xml @@ -5,18 +5,13 @@ @drawable/launch_background - false - false - false - shortEdges - + \ No newline at end of file diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml index 0d1fa8f..9905321 100644 --- a/android/app/src/main/res/values/styles.xml +++ b/android/app/src/main/res/values/styles.xml @@ -5,18 +5,13 @@ @drawable/launch_background - false - false - false - shortEdges - + \ No newline at end of file diff --git a/lib/pages/mine/login_page.dart b/lib/pages/mine/login_page.dart index dffa8fc..4aac382 100644 --- a/lib/pages/mine/login_page.dart +++ b/lib/pages/mine/login_page.dart @@ -42,7 +42,7 @@ class LoginPage extends StatelessWidget { Image.asset(Assets.imagesLoginLogo, height: 60), const SizedBox(height: 10), const Text( - '趣恋恋,让有趣的灵魂,遇见心动的人', + '趣恋恋,让有趣的灵魂相恋', style: TextStyle( fontSize: 14, color: Color.fromRGBO(153, 153, 153, 1), @@ -165,7 +165,7 @@ class LoginPage extends StatelessWidget { onChanged: (value) { agreeTerms.value = value ?? false; }, - activeColor: Colors.grey, + activeColor: const Color.fromRGBO(117, 98, 249, 1), side: const BorderSide(color: Colors.grey), shape: const CircleBorder(), materialTapTargetSize: