From 986648a7fc5d377d5c100ba41350e6313dcf6e5b Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 21 二月 2025 17:04:29 +0800
Subject: [PATCH] 1.优化我的界面的更新本地数据功能添加loding 2.优化巡检详情页面增大放大级别 3.优化我的界面的更新本地数据功能所有接口都结束后显示数据更新成功

---
 expand_button/src/main/res/values/attrs.xml |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/expand_button/src/main/res/values/attrs.xml b/expand_button/src/main/res/values/attrs.xml
index 1d34c70..b3cbaa3 100644
--- a/expand_button/src/main/res/values/attrs.xml
+++ b/expand_button/src/main/res/values/attrs.xml
@@ -11,5 +11,24 @@
         <attr name="animDuration" format="integer"/>
         <!-- 涓夎褰㈠浘鏍囦笌鏂囧瓧鐨勯棿璺� -->
         <attr name="triangleMargin" format="dimension"/>
+        <!-- 鏂板灞炴�� -->
+        <attr name="itemSpacing" format="dimension"/>
+        <attr name="iconSize" format="dimension"/>
+        <attr name="iconTextSpacing" format="dimension"/>
+        <!-- 鏂板灞曞紑鍚庣殑瀛椾綋澶у皬灞炴�� -->
+        <attr name="expandedTextSize" format="dimension"/>
+    </declare-styleable>
+
+    <declare-styleable name="CustomSearchBar">
+        <!-- 浣跨敤android:background灞炴�� -->
+        <attr name="android:background"/>
+        <!-- 鎼滅储鍥炬爣澶у皬 -->
+        <attr name="searchIconSize" format="dimension"/>
+        <!-- 鎼滅储鎸夐挳鏂囧瓧 -->
+        <attr name="searchButtonText" format="string"/>
+        <!-- 鎻愮ず鏂囧瓧 -->
+        <attr name="searchHint" format="string"/>
+        <!-- 鍔ㄧ敾鏃堕暱 -->
+        <attr name="searchAnimDuration" format="integer"/>
     </declare-styleable>
 </resources> 
\ No newline at end of file

--
Gitblit v1.8.0