gpt4 book ai didi

当背景为白色时,Android 5.0 使未选中的复选框不可见

转载 作者:IT老高 更新时间:2023-10-28 23:32:33 25 4
gpt4 key购买 nike

我有一个在 Android 5.0 之前运行良好的 Android 应用。通过更新,我注意到放置在白色背景上的复选框和单选按钮如果未选中则不可见。例如,这就是在 jellybean 中选中和未选中的复选框:

enter image description here enter image description here

如您所见,未选中复选框时有一个浅灰色方 block 。但是,更新到 Lollipop 后,它是这样的:

enter image description here enter image description here

所以,如您所见,这里没有灰色方 block 或任何暗示有复选框的东西。单选按钮也会出现同样的问题。我真的不想仅仅为了这个简单的事情而经历创建新可绘制对象的痛苦。我已经看到 android 5 的辅助功能菜单中的复选框有一个漂亮的正方形,但还没有弄清楚如何让我的看起来一样:

enter image description here

我尝试创建一个新的 android 项目并添加一些具有白色背景的复选框和单选按钮,但未选中时它们仍然不可见。我正在使用 xamarin studio 和 c#,如果这有什么不同的话。无论如何,我会理解你发布的任何 java 代码。

这是我的复选框代码的样子:

          <CheckBox
android:layout_width="wrap_content"
android:layout_height="0dp"
android:id="@+id/chkSeleccionar"
android:layout_gravity="right"
android:gravity="center_vertical"
android:clickable="false"
android:focusable="false"
android:scaleX="1.5"
android:scaleY="1.3"
android:layout_weight="50"
/>

最佳答案

我无法让主题正常工作,但对我有用的是以下内容:

android:button="@drawable/abc_btn_check_material"
android:buttonTint="@color/red"

把它放到你的 CheckBox XML 布局中。

关于当背景为白色时,Android 5.0 使未选中的复选框不可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27195646/

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