From 8ad22c47f5d44635618f75e7085743893cdace4c Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 20 六月 2025 14:22:01 +0800
Subject: [PATCH] refactor(generallibrary):重构制卡首页并添加解除挂失功能

---
 generallibrary/src/main/res/drawable/bottom_circle_bg.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/generallibrary/src/main/res/drawable/bottom_circle_bg.xml b/generallibrary/src/main/res/drawable/bottom_circle_bg.xml
index 4045ed5..5249622 100644
--- a/generallibrary/src/main/res/drawable/bottom_circle_bg.xml
+++ b/generallibrary/src/main/res/drawable/bottom_circle_bg.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <solid android:color="@color/bottom_color" /> <!-- 鎸夐挳鐨勮儗鏅壊 -->
-    <corners android:radius="90dp" /> <!-- 璁╂寜閽殑鍥涗釜瑙掑彉鎴愬渾褰� -->
+    <corners android:radius="100dp" /> <!-- 璁╂寜閽殑鍥涗釜瑙掑彉鎴愬渾褰� -->
     <size android:width="100dp" android:height="100dp" /> <!-- 璁剧疆鎸夐挳鐨勫楂� -->
 </shape>
\ No newline at end of file

--
Gitblit v1.8.0