转自Android RadioButton、CheckBox、Switch在低于API 21机器上显示异常,button设置为null无效(AndroidX升级导致)_geanwen的博客-CSDN博客
1,在你xml使用<RadioButton>时不光要添加
android:button=‘@null’;
还要添加一个:
app:buttonCompat=‘@null’
其他方式查看原bolg
转自Android RadioButton、CheckBox、Switch在低于API 21机器上显示异常,button设置为null无效(AndroidX升级导致)_geanwen的博客-CSDN博客
1,在你xml使用<RadioButton>时不光要添加
android:button=‘@null’;
还要添加一个:
app:buttonCompat=‘@null’
其他方式查看原bolg