android:textOn
とのandroid:textOff
属性を変更してSwitch
も、S3 では機能しません。スイッチのラベルには常に「ON」と「OFF」が表示されています。
<Switch
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textOn="@string/on"
android:textOff="@string/off"
android:includeFontPadding="false"/>