0

是否可以绑定开关控件的文本属性?

<Switch
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    local:MvxBind="Text Name" />
4

1 回答 1

1

查看继承树 - http://developer.android.com/reference/android/widget/Switch.html - aSwitch TextView- 所以任何适用的绑定TextTextView应该适用Switch

于 2013-06-05T15:29:42.860 回答