摘要:
1.Build -> Generate Signed APK...,打开如下窗口 2.假设这里没有打过apk包,点击Create new,窗口如下 这里只要输入几个必要项 Key store path(生产key文件的保存路径 ) Key store password(key 存储密码) Key a 阅读全文
摘要:
英文文档注释为: Boolean internal attribute to adjust view layout based on system windows such as the status bar. If true, adjusts the padding of this >view t 阅读全文
摘要:
decorView是window中的最顶层view,可以从window中通过getDecorView获取到decorView。通过decorView获取到程序显示的区域,包括标题栏,但不包括状态栏。间接可以计算状态栏高度。比如计算状态栏的高度: Rect frame = new Rect(); ge 阅读全文