singhangadin / android-filepicker

Selecting directories/files made a lot easier.
Apache License 2.0
651 stars 139 forks source link

Text color in File picker isn't correct #60

Closed qbait closed 6 years ago

qbait commented 7 years ago

It looks like that in my case. I've tried to inject theme without a success. mFilePickerDialog = new FilePickerDialog(getContext(), properties, android.R.style.Theme_Holo); Which resource is used for a text color?

https://www.dropbox.com/s/s21wzls4l1vdz3d/Screenshot_20170901-151606.png?dl=0

OmarAliSaid commented 6 years ago

dialog = new FilePickerDialog(your acctivity , properties , android.R.style.Theme_Holo_Light);