标签:tail framework .net and android height tps 而且 dimen
修改frameworks/base/core/res/res/values/dimens.xml文件中
<!-- Height of the status bar --> <!-- carroll hid status bar start--> <!--dimen name="status_bar_height">25dip</dimen--> <dimen name="status_bar_height">0dip</dimen> <!-- carroll hid status bar end-->
将状态栏高度改为零,状态栏将不显示,而且下拉状态栏无效。
参照:https://blog.csdn.net/u011913612/article/details/72478517/
标签:tail framework .net and android height tps 而且 dimen
原文地址:https://www.cnblogs.com/CZM-/p/9552916.html