如何以编程方式更改card_view:cardCornerRadius

时间:2016-07-04 10:43:32

标签: android android-cardview cornerradius cardview

在我的项目中,我使用RecyclerView在我的商家信息中使用CardView。在我的商品详情中,我必须根据设备动态设置CardView的转角半径。

有没有办法动态设置cardview转角半径值?

感谢。

1 个答案:

答案 0 :(得分:25)

使用CardView.setRadius(float),请参阅here

该文档非常适合查找xml attrs及其等效方法,它确实需要几秒钟。