Android - 现有视图的自定义属性

时间:2014-03-30 11:00:22

标签: android attributes custom-attributes

某些库提供可用于现有视图的自定义属性。例如,在android-binding库中:

<LinearLayout xmlns:android="http://...."
  xmlns:binding="http://www.gueei.com/android-binding/" 
..>

    <TextView binding:text="FirstName" ...

有人可以解释它是如何工作的吗? 你如何创建所述属性?如何检查它们是否存在并对视图应用所需的更改?

0 个答案:

没有答案