Equivalence of setTag(key, value) in XML

alonzajacobs

New Member
I can use equivalence of \[code\]setTag(key)\[/code\] at my Android layout files as this: \[code\] <EditText android:id="@+id/passwordEdit" android:tag="key" android:inputType="textPassword"/>\[/code\]I would like to use equivalence of \[code\]setTag(key, value)\[/code\] at my xml. Is it possible?
 
Back
Top