-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Some questions #6
Comments
Hello @AndroidDeveloperLB
|
1.+3. Never mind. I got it. But not sure yet what to change further to make it easy to use: attr.xml
RoundedConstraintLayout.kt
CanvasRounder.kt
|
Would be great if you could create a PR with the update ;) |
As I wrote, I'm not sure how people who use the library would like to access the stroke (etc) programmatically (currently it's all in XML, because this was enough in my case) I'm also not sure how to correctly add support for it in code, because I'm not experienced enough with such operations. I just tried various things until it was enough for the requirements of our project. |
Would you like a PR still, and you will take care of the extra functions ? |
Hello @AndroidDeveloperLB |
@JcMinarro The changes seems problematic now. But now
It's weird though. Shouldn't there be an alternative for drawing rounded corners, where each corner has a different radius? |
I've noticed some things that are not considered recommended for libraries:
I've prepared a PR here, handling just 3&4 ,adding ConstraintLayout support, and updating some SDKs: |
But sadly, I've failed to add the thing I wanted, of the stroke. Please do consider adding it. |
The text was updated successfully, but these errors were encountered: