原文地址:AndroidMaterialButtonToggleGroup使用-Stars-One的杂货小窝觉得单选框不好看,发现了一个Material里的单选按钮组,感觉UI还不错,记下使用使用效果:使用前,得看看是否有material的依赖,如implementation'com.google.android.material:material:1.4.0'PS:一般新的Android项目创建都是默认带上material组件依赖的checkedButton默认选中按钮idsingleSelection是否单选orientation元素排列方向selectionRequired是否必须要选中
原文地址:AndroidMaterialButtonToggleGroup使用-Stars-One的杂货小窝觉得单选框不好看,发现了一个Material里的单选按钮组,感觉UI还不错,记下使用使用效果:使用前,得看看是否有material的依赖,如implementation'com.google.android.material:material:1.4.0'PS:一般新的Android项目创建都是默认带上material组件依赖的checkedButton默认选中按钮idsingleSelection是否单选orientation元素排列方向selectionRequired是否必须要选中