Finally, I solve this problem, you need to use the theme with
<style name="Theme.Transparent" parent="@android:style/Theme.Holo.Light.Dialog"> <item name="android:windowIsTranslucent">true</item> <item name="android:windowBackground">@android:color/transparent</item> <item name="android:windowContentOverlay">@null</item> <item name="android:windowNoTitle">true</item> <item name="android:windowIsFloating">true</item> <item name="android:backgroundDimEnabled">true</item> </style>
with
android:calendarViewShown="false" android:datePickerMode="spinner"
then it shows the kitkat version in lolipop phone if you need some email me anytime
@ aakash4un2me @ gmail.com
source share