Skip to content
Discussion options

You must be logged in to vote

I found the best way to find the attribute available is by looking at the Android source code - https://android.googlesource.com/platform/frameworks/base/+/lollipop-release/core/res/res/values/styles_material.xml

The only issue is with the dark theme DatePicker, the selected date text colour is black, but I can't find a way to fix it.

If someone knows how to fix it, please let me know

Light Dark
Time picker (default)
Time picker (keyboard)
Date picker
Picker
Alert
Actionsheet

Create a styles.xml file in Platforms/Android/Resources/values -

<?xml version="1.0" encoding="utf-8" ?>
<resources>
  <!-- Android source code is the best place to find the attribu…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by IeuanWalker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant