标签: android android-layout android-view rounded-corners
我需要从视图中获取一些布局值:屏幕上的位置,宽度,高度以及定义此视图角落的值。
使用View.getWidth(),View.getHeight()和View.getLocationOnScreen时,第一个参数非常简单。
View.getWidth()
View.getHeight()
View.getLocationOnScreen
但角半径怎么样?如何从视图中检索此信息?