Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新增选中项的背景色及分割线的宽度 #754

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

feng1991G
Copy link

使用方法如下,在mainActivity的initTimePicker()方法中
.setDividerWidth(5)//设置选中条目分割线的线宽,单位px,若不设置默认为1 .setSelectItemBgColor(Color.GREEN)//设置选中条目的背景色,若不设置默认为0xFFe7e7e7

使用方法,mainActivity中
.setDividerWidth(5)//设置选中条目分割线的线宽,单位px,若不设置默认为1                   .setSelectItemBgColor(Color.GREEN)//设置选中条目的背景色,若不设置默认为0xFFe7e7e7
@HelloHuDi
Copy link

选中item背景色这个功能正是我想要的啊 ~~

@pbaiyy
Copy link

pbaiyy commented Dec 19, 2019

wheelTime.java的文件一团乱。。根本编译不过去啊。。

@feng1991G
Copy link
Author

不会吧,我下载下来是正常的,可能后续又有人修改了吧

@pbaiyy
Copy link

pbaiyy commented Dec 19, 2019

我从你的库那边clone下来的哈。

@pbaiyy
Copy link

pbaiyy commented Dec 19, 2019

或者能否麻烦请你发一份源码到我的邮箱308769990@qq.com,谢谢!

@feng1991G
Copy link
Author

源码我忘了放哪里了,你直接clone我的库就行

@pbaiyy
Copy link

pbaiyy commented Dec 19, 2019

我重新从master上clone了一遍,WheelTime还是很多错误

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants