全志 强制隐藏导航栏状态栏 Patch
生活随笔
收集整理的這篇文章主要介紹了
全志 强制隐藏导航栏状态栏 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的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 全志 移除屏幕超时选项 Patch
- 下一篇: 全志 增加启动默launcher函数 P