This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Description
Hi,
I am running better pickers library on two different Android devices that are both mdpi devices.
Device1 is an Android 4.4 device with a resolution of 432px * 320px, density 1.0. It's mdpi.
Device2 is an Android 6 device with a resolution of 480px * 320px, density 1.0. It's also mdpo.
I'm using Calendar and TimePicker features of the library. Calendar rendering is the same on both devices (see screenshots), but TimePicker are different and the two buttons "Cancel" and "OK" at the bottom are cropped on the Android 4.4 device.
Have a look at the screenshots, it seems that the margin of the window at top and bottom is bigger that on the Android 6 devices.
Is it possible to solve this issue ?
Date picker on Android 6 device : OK

Time picker on Android 6 device : OK

Date picker on Android 4 : OK

Time picker on Android 4 : NOT OK
