EditTag
EditTag copied to clipboard
how to set hint in input layout programmatically?
how to set hint in input layout pro programmatically i need to set hint in two different fragments using same layout how can i do this. Please guide thanks
you can extend a method in EditTag.class to get the private variable "editText", then set the hint.
Ok will try thanks
@qiugang how can we access private member in extended class ( child class ). EditTag class should have getter function for editText
set id to MEditText in xml and findviewbyid in activity, then set the hint