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

Can not be used in the RadioButton? #46

Open
liangxianshen opened this issue Jul 11, 2016 · 1 comment
Open

Can not be used in the RadioButton? #46

liangxianshen opened this issue Jul 11, 2016 · 1 comment

Comments

@liangxianshen
Copy link

Invalid setting with Border.
TextDrawable drawable = TextDrawable.builder() .beginConfig() .width(com.duia.duiba.kjb_lib.util.KJBUtils.dip2px(context , 17)) .height(com.duia.duiba.kjb_lib.util.KJBUtils.dip2px(context , 17)) .withBorder(com.duia.duiba.kjb_lib.util.KJBUtils.dip2px(context , 2)) .endConfig() .buildRound("F", 0xff64b5f6); radioButton.setCompoundDrawables(drawable , null , null , null);

@liangxianshen
Copy link
Author

Call radioButton.setButtonDrawable () can.

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

No branches or pull requests

1 participant