27 lines
1.2 KiB
Diff
27 lines
1.2 KiB
Diff
From 04b13419bb9446b5b25fe329be88804e297050b2 Mon Sep 17 00:00:00 2001
|
|
From: Andy CrossGate Yan <GeForce8800Ultra@gmail.com>
|
|
Date: Wed, 3 Jun 2020 01:31:34 +0000
|
|
Subject: [PATCH 06/19] UI: Increase default status bar height
|
|
|
|
Change-Id: Ibbcf63159e19bb2bb2b1094ea07ab85917630b07
|
|
---
|
|
core/res/res/values/dimens.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/core/res/res/values/dimens.xml b/core/res/res/values/dimens.xml
|
|
index a666a5b4b796..b62a785cd69f 100644
|
|
--- a/core/res/res/values/dimens.xml
|
|
+++ b/core/res/res/values/dimens.xml
|
|
@@ -43,7 +43,7 @@
|
|
<dimen name="status_bar_height">@dimen/status_bar_height_portrait</dimen>
|
|
<!-- Height of the status bar in portrait. The height should be
|
|
Max((status bar content height + waterfall top size), top cutout size) -->
|
|
- <dimen name="status_bar_height_portrait">24dp</dimen>
|
|
+ <dimen name="status_bar_height_portrait">28dp</dimen>
|
|
<!-- Height of the status bar in landscape. The height should be
|
|
Max((status bar content height + waterfall top size), top cutout size) -->
|
|
<dimen name="status_bar_height_landscape">@dimen/status_bar_height_portrait</dimen>
|
|
--
|
|
2.25.1
|
|
|