Can anybody tell me how to customize the date picker\'s width and height in android?
android:scaleX="0.60" and android:scaleY="0.60"
Above code will set the visible part of the Date and Time Picker to something like 60% of the total space and
android:layout_marginLeft="-50dp", android:layout_marginTop="-30dp", android:layout_marginRight="-50dp", android:layout_marginBottom="-30dp"
Above code will remove extra spaces around this picker
padding="-40dp" doesn't worked for me so I have used margin.