gpt4 book ai didi

安卓:android:textOn 和 android:textOff on Switch 不工作

转载 作者:行者123 更新时间:2023-11-29 14:15:46 25 4
gpt4 key购买 nike

更改 Switchandroid:textOnandroid:textOff 属性在我的 S3 上不起作用。我开关上的标签总是显示“ON”“OFF”

Switch Documentation

<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"/>

最佳答案

我刚刚在 Samsung Galaxy S3 上对此进行了测试,它运行良好。

这是我的 XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity" >

<ToggleButton
android:id="@+id/toggleButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/switch1"
android:layout_centerHorizontal="true"
android:layout_marginBottom="16dp"
android:textOn="CHANGEMEON"
android:textOff="CHANGEMOFF"
android:text="ToggleButton" />

</RelativeLayout>

关于安卓:android:textOn 和 android:textOff on Switch 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15161417/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com