我想让我的卡片视图在浏览片段中完全透明。但问题是这种默认的阴影类型效果即将到来。我已经尝试了一切,但它并没有消失。无论如何它可以被删除。
CustomImageCardview cardView = new CustomImageCardview(mContext);
cardView.setFocusable(true);
cardView.setFocusableInTouchMode(true);
cardView.setElevation(0);
cardView.setBackgroundColor(ContextCompat.getColor(mContext , R.color.transperent_color));
cardView.invalidate();