overlay: Fix status bar padding for all devices

Pie's date in the notification panel is screwed up with 0 padding sadly.
(observe the date above the wifi toggle)
Before: https://ibb.co/jAQxVp
After: https://ibb.co/n7BRO9

Change-Id: I85b51c9c6e74789bef9f7c30443fa019c093f20f
diff --git a/overlay/common/frameworks/base/packages/SystemUI/res/values-sw372dp/dimens.xml b/overlay/common/frameworks/base/packages/SystemUI/res/values/dimens.xml
similarity index 74%
rename from overlay/common/frameworks/base/packages/SystemUI/res/values-sw372dp/dimens.xml
rename to overlay/common/frameworks/base/packages/SystemUI/res/values/dimens.xml
index 8885fa7..f380aad 100644
--- a/overlay/common/frameworks/base/packages/SystemUI/res/values-sw372dp/dimens.xml
+++ b/overlay/common/frameworks/base/packages/SystemUI/res/values/dimens.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
- * Copyright (c) 2017, The LineageOS Project
+ * Copyright (c) 2006, The Android Open Source Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -16,7 +16,5 @@
 */
 -->
 <resources>
-    <!-- A majority of devices don't have rounded corners
-         so theres no need to pad the content -->
-    <dimen name="rounded_corner_content_padding">0dp</dimen>
+    <dimen name="rounded_corner_content_padding">8dp</dimen>
 </resources>