From 85e5f9bc2225111e299320cfcbac998d7027ce4c Mon Sep 17 00:00:00 2001 From: HapeLee <1321903405@qq.com> Date: Mon, 27 Oct 2025 23:13:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=80=E4=B8=AA=E7=94=B5?= =?UTF-8?q?=E5=AD=90=E4=B9=A6=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/activity_about.xml | 2 +- app/version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/activity_about.xml b/app/src/main/res/layout/activity_about.xml index 182c19756..9a0f6a185 100644 --- a/app/src/main/res/layout/activity_about.xml +++ b/app/src/main/res/layout/activity_about.xml @@ -89,7 +89,7 @@ android:theme="@style/ThemeOverlay.Material3.Toolbar.CircleNavigationButton" android:paddingHorizontal="8dp" android:paddingVertical="4dp" android:text="@string/text" - android:textColor="?attr/colorTertiary" + android:textColor="?attr/colorOnTertiaryContainer" android:textSize="10sp" android:textStyle="bold" tools:ignore="SmallSp" /> diff --git a/app/version.properties b/app/version.properties index c0214cc1d..5de67a7ff 100644 --- a/app/version.properties +++ b/app/version.properties @@ -1,4 +1,4 @@ VERSION_MAJOR=3 VERSION_MINOR=25 -VERSION_PATCH=14 +VERSION_PATCH=15 VERSION_SUFFIX= \ No newline at end of file