gpt4 book ai didi

android - 2.3.3 android 的 CheckBox 按钮属性奇怪的结果

转载 作者:太空宇宙 更新时间:2023-11-03 12:59:24 24 4
gpt4 key购买 nike

问题:2.3.3为什么会有多余的空间?

这是一种奇怪的行为,这就是为什么我认为我应该问的原因。我的 xml 中有一个复选框,我有一个背景可以设置它。所以我把背景放在它的按钮属性中。

喜欢android:button="@drawable/back_checkbox"

其中 back_checkbox 只是一个选中/未选中状态的选择器

现在在 2.3.3 中: enter image description here

在 4.2 中: enter image description here

最佳答案

改用切换按钮

<ToggleButton
android:id="@+id/toggleButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:background="@drawable/your_selector_xml"
android:textOn=""
android:textOff="" />

关于android - 2.3.3 android 的 CheckBox 按钮属性奇怪的结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14019102/

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