python - Kivy Subtext in TextInput -


look @ image below , see faint text.

text input field faint text

is possible add text (i dont need image) in background of textinput field in kivy?

the textinput has hint_text property this.


Comments

Popular posts from this blog

winapi - How to get a user input on a MessageBox on C++? -

c++ - How call method from Qt GUI in background worker thread using QThread -