gpt4 book ai didi

android - 如何更改android中单选按钮的颜色?

转载 作者:搜寻专家 更新时间:2023-11-01 07:52:05 26 4
gpt4 key购买 nike

我想知道如何在 android 中更改圆圈和单选按钮边框的颜色。请帮助我,我试了两天。

最佳答案

更简单,只需设置buttonTint颜色:(仅适用于api level 21或以上)

<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/radio"
android:checked="true"
android:buttonTint="@color/your_color"/>

在您的 values/colors.xml 中,将您的颜色(在本例中为红色):

<color name="your_color">#e75748</color>

关于android - 如何更改android中单选按钮的颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33716667/

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