summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjh1249131356 <cjh1249131356@gmail.com>2020-12-23 23:02:02 +0800
committeralk3pInjection <webmaster@raspii.tech>2021-09-27 21:17:05 +0800
commite0e90c104df9811cb780b4ed8faa0bcc3a74fab9 (patch)
tree27597c617eef0f71c1f4e65eb0f31049a88a445c
parent17bdae386bcf757d61c59d59281b30527fc95b6c (diff)
[crdroid][11.0] SystemUI: Make center clock follow paddingTop
neobuddy89: Instead apply paddingTop to center clock layout itself. Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Change-Id: I31c83d933bdb309d126c3196567eecfc0529a0e8
-rw-r--r--packages/SystemUI/res/layout/status_bar.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/status_bar.xml b/packages/SystemUI/res/layout/status_bar.xml
index 6c6fd90fb992..f1b46f13e321 100644
--- a/packages/SystemUI/res/layout/status_bar.xml
+++ b/packages/SystemUI/res/layout/status_bar.xml
@@ -127,6 +127,7 @@
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:paddingTop="@dimen/status_bar_padding_top"
>
<com.android.systemui.statusbar.policy.Clock
android:id="@+id/clock_center"