From db937c029a3f9dbaec86cbbc944ebbee3ece13be Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期四, 31 七月 2025 14:49:17 +0800 Subject: [PATCH] Merge branch '1.4.4' into dev --- app/src/main/res/drawable/state_06b92a.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/drawable/state_06b92a.xml b/app/src/main/res/drawable/state_06b92a.xml index d4505e4..0439a46 100644 --- a/app/src/main/res/drawable/state_06b92a.xml +++ b/app/src/main/res/drawable/state_06b92a.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> - <solid android:color="@color/text_06B92A" /> + <solid android:color="@color/text_38C494" /> <corners - android:bottomLeftRadius="@dimen/dp_4" - android:topRightRadius="@dimen/dp_4" /> + android:bottomLeftRadius="@dimen/dp_13" + android:topRightRadius="@dimen/dp_13" /> </shape> \ No newline at end of file -- Gitblit v1.8.0