AllanWang/KAU

Searchview Hint Text Color

bignadad opened this issue · 6 comments

Is there a way to set the color for the hintText? I know I can set the text, but cannot figure out how to change the color

It was supposed to be all included. I'll add the hint text color after my internship.

For now you can set it by getting the edit text through findViewById(R.id. kau_search_edit_text).

I'm planning for some major refactoring for the next release as I'm converting to androidx and moving some things to newer material design standards so it may take a while.

That worked. thought i had tried that but it works now. thanks

I did a quick fix at commit dca5843.

You can replace the version with that and see if it works.

Oops. Didn't pass lint. I will close this again with the latest commit when I fix it

Fixed in 6af0c6f. ConstraintLayout dependency has been updated