Android   发布时间:2022-04-28  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了从RadioButton,android中删除涟漪效应?大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。
我已经定制了一个RadioButton样式,用于在右侧添加radiobutton图像
<RadioButton
                android:layout_margin="20dp"
                android:drawableRight="@drawable/custom_btn_radio"
                android:button="@null"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:text="Invite Only"/>

custom_btn_radio.xml

<?xml version="1.0" encoding="utf-8"?>
<SELEctor xmlns:android="http://scheR_170_11845@as.android.com/apk/res/android">
    <item android:drawable="@drawable/check_Box" android:state_checked="false"/>
    <item android:drawable="@drawable/close_btn" android:state_checked="true"/>
</SELEctor>

但是,radiobutton的涟漪效应也增大了.如何从RadioButton中消除涟漪效应?还有如何自定义涟漪@L_944_11@?

先感谢您.

@H_450_13@解决方法
使RadioButton背景变得透明
android:BACkground="#ffffffff"

要么

android:BACkground="@android:color/transparent"

大佬总结

以上是大佬教程为你收集整理的从RadioButton,android中删除涟漪效应?全部内容,希望文章能够帮你解决从RadioButton,android中删除涟漪效应?所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。