包含 UI 中用于超时、大小和距离的标准常量的方法。 官址链接:https://developer.android.google.cn/reference/kotlin/android/view/ViewConfiguration?hl=en
比如获取屏幕边缘的距离:
val config = ViewConfiguration.get(context) val edgeSlop = config.scaledEdgeSlop.toFloat()
京公网安备 11010502049817号