set Window
open fun setWindow(window: Window?, gravity: Int = Gravity.NO_GRAVITY, widthRatio: Float = 0.85f, x: Int = 0, y: Int = 0, horizontalMargin: Float = 0.0f, verticalMargin: Float = 0.0f, horizontalWeight: Float = 0.0f, verticalWeight: Float = 0.0f)
设置 Window 布局相关参数
Parameters
window
gravity
Dialog的对齐方式
width Ratio
宽度比例,根据屏幕宽度计算得来
x
x轴偏移量,需与 gravity 结合使用
y
y轴偏移量,需与 gravity 结合使用
horizontal Margin
水平方向边距
vertical Margin
垂直方向边距
horizontal Weight
水平方向权重
vertical Weight
垂直方向权重