-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
How to round the beginning and end of a selected range? #419
Comments
I think you can do this just by using |
But isn't |
Yup, but it's an attribute to be used in a selector: So you'd basically have your rounded corner background drawable, and use it when |
Thanks :) That seems to "work," but do you know how to get that property to not clash with the "state_selected" property? |
Never mind. Ordering matters. All good. Appreciate your help with this! |
I've seen examples of where this has been done, but not sure if I need to create a decorator or something. Basically, I want the beginning and end dates of a selected range to have their selections rounded, like here:
#377
The text was updated successfully, but these errors were encountered: