安卓基础组件014--button圆角 背景色 边框
文章目录
- 引入 material Design库
- build.gradle.kts
- 当前主题继承自 Theme.MaterialComponents
- 按钮状态选择器
- button的种类
引入 material Design库
然后自己的应用主题继承自 Theme.MaterialComponents 或其子主题
build.gradle.kts
当前主题继承自 Theme.MaterialComponents
按钮状态选择器
button的种类
button 安卓系统自带的
MaterialButton Material Coponents 带的。推荐
AppCompatButton 安卓X AppCompat库,原生的button,兼容性增强版本