在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
帮助您使用 Intent 设置当前应用程序的窗口属性。 此类将窗口的填充设置封装在 Intent 中,并且您无需关心数据的存储方式。 构造器摘要
方法总结
构造器详细信息窗口属性助手public WindowAttributeHelper(Intent intentAttribute) 用于创建 WindowAttributeHelper 实例的参数化构造函数。 调用 WindowAttributeHelper 提供的设置方法后,实例中携带的 Intent 将自动存储属性设置。 参数:
方法细节设置左填充public Ability.WindowAttributeHelper setLeftPadding(int left) 设置窗口的左填充。 参数:
返回值: 返回具有指定左填充的 WindowAttributeHelper 对象。 设置上填充public Ability.WindowAttributeHelper setTopPadding(int top) 设置窗口的顶部填充。 参数:
返回值: 返回具有指定顶部填充的 WindowAttributeHelper 对象。 设置右填充public Ability.WindowAttributeHelper setRightPadding(int right) 设置窗口的右填充。 参数:
返回值: 返回具有指定右填充的 WindowAttributeHelper 对象。 设置底部填充public Ability.WindowAttributeHelper setBottomPadding(int bottom) 设置窗口的底部填充。 参数:
返回值: 返回具有指定底部填充的 WindowAttributeHelper 对象。 |
请发表评论