From e6e85c6fc87ba0688dae074a6aeda58f24ea05e9 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期三, 02 四月 2025 10:02:57 +0800
Subject: [PATCH] feat(generallibrary): 添加卡片列表适配器和搜索结果 Bean
---
baselibrary/src/main/res/drawable/base_bg_dialog_top_stroke.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/baselibrary/src/main/res/drawable/base_bg_dialog_top_stroke.xml b/baselibrary/src/main/res/drawable/base_bg_dialog_top_stroke.xml
index 90969f7..0f1fb78 100644
--- a/baselibrary/src/main/res/drawable/base_bg_dialog_top_stroke.xml
+++ b/baselibrary/src/main/res/drawable/base_bg_dialog_top_stroke.xml
@@ -22,10 +22,10 @@
android:startColor="#ffffff" />
<!-- 璁剧疆鍥涗釜瑙掔殑瑙掑害 -->
<corners
- android:bottomLeftRadius="15dp"
- android:bottomRightRadius="15dp"
- android:topLeftRadius="15dp"
- android:topRightRadius="15dp" />
+ android:bottomLeftRadius="5dp"
+ android:bottomRightRadius="5dp"
+ android:topLeftRadius="5dp"
+ android:topRightRadius="5dp" />
<!-- 璁剧疆padding -->
</shape>
\ No newline at end of file
--
Gitblit v1.8.0