-
Notifications
You must be signed in to change notification settings - Fork 18
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
Its possible to change the style #6
Comments
UPD: You can try |
@lassana The scale worked... But I want more control like:
At this version its possible to change the border size of the rounded buttons? |
Button background and border (size) are good too. |
Thanks, I put it into the TODO list |
@shuklajay at your XAML set the scale attribute (1 is the normal size, 2 is two times bigger...)
|
Any news? |
Sorry, I've been busy with my work in the past weeks. Changing button size is quite simple actually: all you need is to make these properties settable from outside and use them in the renderer instead of hard-coded values. Button color can be set in the renderer (it requires to declare a new bindable property to make it configurable from cross-platform code). |
How I can change the color or increase the button sizes?
The text was updated successfully, but these errors were encountered: