From e5a090685df3d5e96a37b141d9a1d002d36f16f2 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 14 二月 2025 16:53:43 +0800
Subject: [PATCH] 1.web地图添加管网显示。 2.安卓原生添加管网信息的获取。 3.安卓原生添加管网信息的本地持久化(SQLite数据库)。 4.实现图例用户的选择状态按钮的持久化。 5.实现自定义搜索按钮的实现。 6.实现搜索后弹出界面的相关功能开发。

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

diff --git a/expand_button/src/main/res/values/attrs.xml b/expand_button/src/main/res/values/attrs.xml
index aca0c25..b3cbaa3 100644
--- a/expand_button/src/main/res/values/attrs.xml
+++ b/expand_button/src/main/res/values/attrs.xml
@@ -18,4 +18,17 @@
         <!-- 鏂板灞曞紑鍚庣殑瀛椾綋澶у皬灞炴�� -->
         <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