-
Notifications
You must be signed in to change notification settings - Fork 79
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
Timepicker is too large for smaller devices #81
Comments
Thanks for letting me know about this. This is likely due to the updated the top and bottom padding on the dialog to better follow the material design spec. I'll take a look at how I can scale the rest of the dialog contents to account for the smaller screen size. |
it's exactly how it was on 480x800 phones :/ |
Merged
Should be fixed in 0.5.0 release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using timepicker, for example
On smaller devices (for example Nexus S 480x800), whole dialog is a little too big, so buttons are not rendering to user.
There might be added configuration for adjusting timepicker elements size.
The text was updated successfully, but these errors were encountered: