u15767

Results 4 comments of u15767

You can specify theme styles in the android style settings (android/app/src/main/res/values/styles.xml). This is how I did it: ``` @color/background @color/foreground @color/darkgrey @color/darkgrey @color/highlight @style/MyDatePickerDialogTheme @color/foreground @color/foreground @color/highlight @style/MyDatePickerStyle @color/highlight @color/highlight...

But also I would appreciate setting at least some colors programmatically. An alternative for android would be to provide the name of a defined style which is used when instantiating...

In this case it would require setting colors without themes on the level of Android. I searched the web for setting those colors programmatically, but it usually came down to...

@toplac What I define above is actually a theme. So from an Android point of view, it should be possible to define multiple themes with different settings. But I am...