Bootstrap

android开发 去除相关控件阴影效果记录

1.去除CardView的阴影效果

app:cardPreventCornerOverlap="false"
app:cardUseCompatPadding="false"
app:cardElevation="0dp"

 

2.去除Button的阴影效果

style="?android:attr/borderlessButtonStyle"

 

 

其他待更新。。。。

;