diff options
| -rw-r--r-- | rro_overlays/FrameworksResOverlayVeux/res/values/dimens.xml | 6 | ||||
| -rw-r--r-- | rro_overlays/SystemUIOverlayVeux/res/values/dimens.xml | 25 | 
2 files changed, 26 insertions, 5 deletions
| diff --git a/rro_overlays/FrameworksResOverlayVeux/res/values/dimens.xml b/rro_overlays/FrameworksResOverlayVeux/res/values/dimens.xml index c201db8..c432fb8 100644 --- a/rro_overlays/FrameworksResOverlayVeux/res/values/dimens.xml +++ b/rro_overlays/FrameworksResOverlayVeux/res/values/dimens.xml @@ -13,8 +13,8 @@  <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> -    <dimen name="rounded_corner_content_padding">47.0px</dimen> -    <dimen name="rounded_corner_radius">102.0px</dimen> -    <dimen name="status_bar_height_portrait">110.0px</dimen> +    <dimen name="rounded_corner_radius_bottom">90.0px</dimen> +    <dimen name="rounded_corner_radius_top">94.0px</dimen> +    <dimen name="status_bar_height_portrait">91.0px</dimen>  </resources>
\ No newline at end of file diff --git a/rro_overlays/SystemUIOverlayVeux/res/values/dimens.xml b/rro_overlays/SystemUIOverlayVeux/res/values/dimens.xml index 4d3c0d1..38b188a 100644 --- a/rro_overlays/SystemUIOverlayVeux/res/values/dimens.xml +++ b/rro_overlays/SystemUIOverlayVeux/res/values/dimens.xml @@ -1,6 +1,7 @@  <?xml version="1.0" encoding="utf-8"?>  <!-- - * Copyright (c) 2006, The Android Open Source Project +/** + * Copyright (c) 2015, 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. @@ -13,10 +14,30 @@   * 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> +    <!-- the padding on the top of the statusbar (usually 0) --> +    <dimen name="status_bar_padding_top">7dp</dimen> + +    <!-- the padding on the start of the statusbar --> +    <dimen name="status_bar_padding_start">7dp</dimen> + +    <!-- the padding on the end of the statusbar --> +    <dimen name="status_bar_padding_end">0dp</dimen> + +    <!-- Margin on the left side of the carrier text on Keyguard --> +    <dimen name="keyguard_carrier_text_margin">21dp</dimen> + +    <!-- Margin on the right side of the system icon group on Keyguard. --> +    <dimen name="system_icons_keyguard_padding_end">0dp</dimen> + +    <!-- Height of the status bar header bar when on Keyguard --> +    <dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height_portrait</dimen> + +    <!-- rounded corner content padding --> +    <dimen name="rounded_corner_content_padding">7dp</dimen>      <!-- Location on the screen of the center of the fingerprint sensor. For devices with under       display fingerprint sensors, this directly corresponds to the fingerprint sensor's location. | 
