From 63608b5dca9eebb6fa2cb1a8652b395f1d910c3e Mon Sep 17 00:00:00 2001
From: 张钢 <floatgang@163.com>
Date: 星期一, 02 九月 2024 13:52:17 +0800
Subject: [PATCH] 对新接口进行了适配

---
 app/src/main/res/drawable/shape_73fab4cd_solid.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/src/main/res/drawable/shape_73fab4cd_solid.xml b/app/src/main/res/drawable/shape_73fab4cd_solid.xml
index 7c318ce..302267a 100644
--- a/app/src/main/res/drawable/shape_73fab4cd_solid.xml
+++ b/app/src/main/res/drawable/shape_73fab4cd_solid.xml
@@ -2,7 +2,7 @@
 <shape xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:tools="http://schemas.android.com/tools"
     android:shape="rectangle">
-    <solid android:color="#73fab4cd" />
-    <corners android:topLeftRadius="10dp" android:topRightRadius="10dp" android:bottomLeftRadius="10dp" android:bottomRightRadius="10dp" />
+    <solid android:color="#73FAB4CD" />
+    <corners android:radius="10dp" />
 
 </shape>
\ No newline at end of file

--
Gitblit v1.9.1