CountryCodePickerProject icon indicating copy to clipboard operation
CountryCodePickerProject copied to clipboard

Text color for dark mode

Open olehspavl opened this issue 5 years ago • 0 comments

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.

image


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

olehspavl avatar Aug 03 '20 12:08 olehspavl