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
This commit is contained in:
Rashed Abdel-Tawab
2018-08-12 18:22:50 -07:00
committed by Bruno Martins
parent 37fd8844be
commit 658abd5f3a

View File

@@ -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>