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 - a Switch is a - which works onTextViewのようなバインディングは動作するはずですTextTextViewSwitch

于 2013-06-05T15:29:42.860 に答える