I want to change the hint property of an edittext
field from my activity layout in a function I created in mainActivity.kt. The previous value of hint was from string.xml
in resources -> values -> string.xml
file.
How do I access string
in main and change its value to something else?