摘要: 前言 通过setSystemUiVisibility(int)方法,改变状态栏或者其他系统UI的可见性。 getWindow().getDecorView().setSystemUiVisibility(int visibility); 默认显示状态栏和导航栏,SYSTEM_UI_FLAG_VISI 阅读全文
posted @ 2021-12-16 10:33 似水流云 阅读(1413) 评论(0) 推荐(0) 编辑
摘要: SYSTEM_UI_FLAG_LAYOUT_STABLE 从字面的意思来看,用作布局稳定的作用,看如下代码: 布局文件 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.andro 阅读全文
posted @ 2021-12-16 10:19 似水流云 阅读(1047) 评论(0) 推荐(0) 编辑