CountryCodePickerProject
CountryCodePickerProject copied to clipboard
Text color for dark mode
Dear all,
Currently code picker text and dialog text reffers to colors: @android:color/black, @android:color/secondary_text_light That appears wrong in dark mode.

setContentColor() could be used, but it require some tricks to determine current theme mode.