从卡片视图中删除样式(半径/高程)

时间:2018-06-12 12:53:29

标签: android android-layout android-cardview android-styles

我想从卡片视图中删除角半径 我试过这个:

card:cardCornerRadius="0dp"   
card:cardElevation="0dp" 

但没有变化。
有可能这样做吗?

2 个答案:

答案 0 :(得分:0)

从xml中删除card_view:cardCornerRadius属性,然后重试。  无需分配0dp。

答案 1 :(得分:0)

使用app:cardCornerRadius="0dp"代替card:cardCornerRadius="0dp"