<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@{user.firstName, default=`I am a placeholder`}"/>
使用default属性设置AndroidStudio预览面板中的默认显示内容,如上面显示的就是I am a placeholder字符串。
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@{user.firstName, default=`I am a placeholder`}"/>
使用default属性设置AndroidStudio预览面板中的默认显示内容,如上面显示的就是I am a placeholder字符串。