我可以在我的
Android布局文件中使用setTag(key)的等价物,如下所示:
<EditText android:id="@+id/passwordEdit" android:tag="key" android:inputType="textPassword"/>
我想在我的xml中使用setTag(key,value)的等价.
可能吗?
解决方法
I would like to use equivalence of setTag(key,value) at my xml
空无一人.
另外,请注意使用双参数setTag()实现,如it can lead to memory leaks.