公告板
版本库
filestore
活动
搜索
登录
蔺鹏鹏
/
medeasy
派生自
medeasy
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
android patient init
kimi
2021-02-18
0ac056bb5b4c567293482286c80a1b83a467cd33
[~joseph/medeasy.git]
/
Patient
/
Android
/
emojilibrary
/
src
/
main
/
res
/
drawable
/
selector_view_pager_indicator.xml
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/page_selected" android:state_selected="true"/>
<item android:drawable="@drawable/page_unselected"/>
</selector>