Android 去掉RadioButton水波纹效果

Posted 王睿丶

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android 去掉RadioButton水波纹效果相关的知识,希望对你有一定的参考价值。

RadioButton 背景色设置为

android:background="?android:attr/selectableItemBackground"

themes.xml 主题添加

        <item name="android:selectableItemBackground">@null</item>
        <item name="android:selectableItemBackgroundBorderless">@null</item>

以上是关于Android 去掉RadioButton水波纹效果的主要内容,如果未能解决你的问题,请参考以下文章