omni: overlay: dimen tweaks

reduce height of qs footer
reduce padding between clock and notification start
reduce qs padding
enable roundUI

Change-Id: I1a62340fc1fb75ae18080fc12ab6c66a6f98e8e6
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml
index 920b670..189ac64 100644
--- a/overlay/common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -57,4 +57,12 @@
 
     <bool name="config_smart_battery_available">true</bool>
 
+    <!-- Round UI stuff -->
+    <!-- default window inset isRound property -->
+    <bool name="config_windowIsRound">true</bool>
+     <!-- Corner radius of system dialogs -->
+    <dimen name="config_dialogCornerRadius">16.0dip</dimen> <!-- default: 2dp -->
+    <dimen name="config_buttonCornerRadius">8.0dip</dimen> <!-- default: 2dp -->
+    <dimen name="config_progressBarCornerRadius">1000.0dip</dimen> <!-- default: 0 -->
+
 </resources>
diff --git a/overlay/common/frameworks/base/packages/SystemUI/res/values-land/dimens.xml b/overlay/common/frameworks/base/packages/SystemUI/res/values-land/dimens.xml
new file mode 100644
index 0000000..bc3fe35
--- /dev/null
+++ b/overlay/common/frameworks/base/packages/SystemUI/res/values-land/dimens.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+** You may obtain a copy of the License at
+**
+**     http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+    <!-- 24dp -->
+    <dimen name="qs_header_tooltip_height">18dp</dimen>
+
+    <!-- 48dp -->
+    <dimen name="qs_tile_height_wo_label">54dp</dimen>
+
+    <!-- 2dp -->
+    <dimen name="qs_tile_margin_top">6dp</dimen>
+</resources>
diff --git a/overlay/common/frameworks/base/packages/SystemUI/res/values/dimens.xml b/overlay/common/frameworks/base/packages/SystemUI/res/values/dimens.xml
new file mode 100644
index 0000000..5801e01
--- /dev/null
+++ b/overlay/common/frameworks/base/packages/SystemUI/res/values/dimens.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+** You may obtain a copy of the License at
+**
+**     http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+    <!-- The height of the quick settings footer that holds the user switcher, settings icon,
+    etc. -->
+    <!-- 56dp -->
+    <dimen name="qs_footer_height">48dp</dimen>
+
+    <!-- End padding for left-aligned status bar clock -->
+    <!-- 7dp -->
+    <dimen name="status_bar_left_clock_end_padding">4dp</dimen>
+
+    <!-- 18dp -->
+    <dimen name="qs_tile_margin_top">10dp</dimen>
+
+    <!-- 30dp -->
+    <dimen name="qs_panel_padding_top">20dp</dimen>
+
+    <!-- 106dp -->
+    <dimen name="qs_tile_height">96dp</dimen>
+
+    <!-- 24dp -->
+    <dimen name="qs_tile_margin_vertical">16dp</dimen>
+
+    <!-- 24dp -->
+    <dimen name="qs_paged_tile_layout_padding_bottom">14dp</dimen>
+
+    <!-- 48dp -->
+    <dimen name="qs_brightness_slider_height">40dp</dimen>
+
+</resources>