53
Views
2
Comments
Change the color/theme for date picker in Android
Application Type
Mobile

Can we change the color of default date picker in android.

UserImage.jpg
Gonçalo Nogueira

Hey! I dont think you can because that is an android funcionality

2020-11-03 15-44-21
David Vaello

Hi,

If you don't need the native datepicker, you can use the DatePicker component and its advanced format.

The themes are defined in CSS.

More information in https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Patterns/Using_Mobile_and_Reactive_Patterns/Interaction/Date_Picker/How_to_use_the_Date_Picker_UI_Pattern (AdvancedFormat) and https://github.com/Pikaday/Pikaday#configuration (Pikaday Configuration).

The final result:

Kind regards, David.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.