wdullaer / MaterialDateTimePicker

Pick a date or time on Android in style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No buttons shown for timepicker on landscape mode

RamiroGarrido opened this issue · comments

As the title says...The time picker is shown on landscape mode, but there's no way to click ok or cancel, since they both are not shown on the layout....Is there a way to resize the timepicker or someone know a good work around? I've already tried to resize using the following code on kotlin, but the view returns null always....timePicker.requireView().scaleX = 0.85F and timePicker.requireView().scaleY = 0.85F....
Any suggestions? The component is really good...I think a viable solution would be to just move the buttons under the hour on landscape mode...