数据双向绑定
@后面加一个等号即可
<EditText
android:layout_width="match_parent"
android:text="@={house.number}"
android:layout_height="60dp"/>
数据双向绑定
@后面加一个等号即可
<EditText
android:layout_width="match_parent"
android:text="@={house.number}"
android:layout_height="60dp"/>
本文标题:DataBinding笔记7
本文链接:https://www.haomeiwen.com/subject/wtuudktx.html
网友评论