Android : Style DatePicker Android

on Thursday, March 26, 2015


I'm using native DatePicker for android but I need to style its colors to be something like thisenter image description here


instead of the native one


enter image description here


Code Snippet:



<DatePicker
android:id="@+id/from_date_picker"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:calendarViewShown="true"
android:spinnersShown="false"
>
</DatePicker>

0 comments:

Post a Comment