27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
From 662e078824cf187c6d374bd94cb339d7f4de68f5 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] 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 3edfb36982f..9070808d2c1 100644
|
|
--- a/core/res/res/values/dimens.xml
|
|
+++ b/core/res/res/values/dimens.xml
|
|
@@ -34,7 +34,7 @@
|
|
<!-- Height of the status bar -->
|
|
<dimen name="status_bar_height">@dimen/status_bar_height_portrait</dimen>
|
|
<!-- Height of the status bar in portrait -->
|
|
- <dimen name="status_bar_height_portrait">24dp</dimen>
|
|
+ <dimen name="status_bar_height_portrait">28dp</dimen>
|
|
<!-- Height of the status bar in landscape -->
|
|
<dimen name="status_bar_height_landscape">@dimen/status_bar_height_portrait</dimen>
|
|
<!-- Height of area above QQS where battery/time go -->
|
|
--
|
|
2.17.1
|
|
|