placeholder tag

1 questions


1 answers
66 views
0
Is there a way to use a placeholder in EditText?

I want to put a placeholder text in EditText, but isn't it in xml?final EditText name = new EditText(this);Do I have to do it on the code? What should I do next?

2 years ago

© 2024 OneMinuteCode. All rights reserved.