欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

全志 强制隐藏导航栏状态栏 Patch

发布时间:2024/10/14 编程问答 38 豆豆
生活随笔 收集整理的这篇文章主要介绍了 全志 强制隐藏导航栏状态栏 Patch 小编觉得挺不错的,现在分享给大家,帮大家做个参考.
modify 隐藏导航栏状态栏diff --git a/android/frameworks/base/core/res/res/values/dimens.xml b/android/frameworks/base/core/res/res/values/dime index 5524899..8635a4f 100644 --- a/android/frameworks/base/core/res/res/values/dimens.xml +++ b/android/frameworks/base/core/res/res/values/dimens.xml @@ -31,13 +31,13 @@<integer name="max_action_buttons">2</integer><dimen name="toast_y_offset">64dip</dimen><!-- Height of the status bar --> - <dimen name="status_bar_height">0dp</dimen> + <dimen name="status_bar_height">24dp</dimen><!-- Height of the bottom navigation / system bar. --> - <dimen name="navigation_bar_height">0dp</dimen> + <dimen name="navigation_bar_height">48dp</dimen><!-- Height of the bottom navigation bar in portrait; often the same as @dimen/navigation_bar_height --> - <dimen name="navigation_bar_height_landscape">0dp</dimen> + <dimen name="navigation_bar_height_landscape">48dp</dimen><!-- Width of the navigation bar when it is placed vertically on the screen --> - <dimen name="navigation_bar_width">0dp</dimen> + <dimen name="navigation_bar_width">48dp</dimen><!-- Height of notification icons in the status bar --><dimen name="status_bar_icon_size">24dip</dimen><!-- Size of the giant number (unread count) in the notifications -->

总结

以上是生活随笔为你收集整理的全志 强制隐藏导航栏状态栏 Patch的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。