How can I reduce the size (height and width) of a DatePicker? Is there any built-in method available for this?
Example of a DatePicker that is half it's original size.
<DatePicker
android:id="@+id/datePicker"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:calendarViewShown="false"
android:scaleX=".5"
android:scaleY=".5" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With