I'm using native DatePicker for android but I need to style its colors to be something like this
instead of the native one
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