From 4f7f99c6ea914bcd38de78bd8371be566026b905 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期三, 26 二月 2025 15:54:14 +0800 Subject: [PATCH] -为按钮和列表项添加波纹效果,以获得更好的视觉反馈 -改进MapFragment中的底部布局动画 -在MapFragment中添加设备状态和RTU地址显示 -更新BaseListResult以支持泛型类型 -为设备数据添加IntakeListResult和IntakeResult -通过数据库支持增强标记位置更新功能 -添加电话拨号意图以分隔标记详细信息 -通过过期检查改进磁贴缓存 -添加问题报告的确认对话框 -更新登录活动以限制用户名长度 -为波纹效果和UI元素添加新颜色 -重构XML布局以使用新的波纹图 -改进MapFragment中的错误处理和用户反馈 --- 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