公告板
版本库
filestore
活动
搜索
登录
main
/
zhangshi_app_android
张氏APP Android端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改了国籍和民族字段反转的问题
张钢
2024-09-12
f278edbd3f0f809e4a3b59bf16d24c624a43f98d
[zhangshi_app_android.git]
/
app
/
src
/
main
/
res
/
drawable
/
selector_bottom_navigation_home.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_home_selected" android:state_checked="true" />
<!-- 默认状态 -->
<item android:drawable="@drawable/ic_home_default" />
</selector>