公告板
版本库
filestore
活动
搜索
登录
main
/
zhangshi_app_android
张氏APP Android端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
新建添加家大事记立项
Guo_shaoshan
2023-03-28
3186c75f5e36ca8ac814fe478385e90aa24ed2fc
[zhangshi_app_android.git]
/
app
/
src
/
main
/
res
/
drawable
/
selector_bottom_navigation_function.xml
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 按压状态 -->
<item android:drawable="@drawable/ic_function_selected" android:state_checked="true" />
<!-- 默认状态 -->
<item android:drawable="@drawable/ic_function_default" />
</selector>