27 lines
998 B
Diff
27 lines
998 B
Diff
From 1767820053fc9f52bd8409fb6aa1c56f2f790710 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 07/21] 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 f331f1ab720f..a31e166296ee 100644
|
|
--- a/core/res/res/values/dimens.xml
|
|
+++ b/core/res/res/values/dimens.xml
|
|
@@ -42,7 +42,7 @@
|
|
<!-- Height of the status bar.
|
|
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
|
-->
|
|
- <dimen name="status_bar_height">24dp</dimen>
|
|
+ <dimen name="status_bar_height">28dp</dimen>
|
|
<!-- Height of the status bar in portrait.
|
|
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
|
-->
|
|
--
|
|
2.25.1
|
|
|