mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 07:49:58 +00:00
rosemary: rro_overlays: Kang dimens from sweet
* Fromd146e191db/overlay/frameworks/base/core/res/res/values/dimens.xmland400d8f98e5/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xmlChange-Id: Id8de3457f074f9b09216a8f500051ebfb85162d5
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2012, 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">
|
||||
|
||||
<!-- Height of the status bar -->
|
||||
<dimen name="status_bar_height_default">100.0px</dimen>
|
||||
<dimen name="status_bar_height_landscape">30dp</dimen>
|
||||
<dimen name="status_bar_height_portrait">@dimen/status_bar_height_default</dimen>
|
||||
<!-- Radius of the software rounded corners at the top of the display in its natural
|
||||
orientation. If zero, the value of rounded_corner_radius is used. -->
|
||||
<dimen name="rounded_corner_radius_top">90.0px</dimen>
|
||||
<!-- Radius of the software rounded corners at the bottom of the display in its natural
|
||||
orientation. If zero, the value of rounded_corner_radius is used. -->
|
||||
<dimen name="rounded_corner_radius_bottom">90.0px</dimen>
|
||||
<!-- Default radius of the software rounded corners. -->
|
||||
<dimen name="rounded_corner_radius">20.0dip</dimen>
|
||||
</resources>
|
||||
@@ -1,5 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- The padding on the side of the navigation bar. Must be greater than or equal to
|
||||
navigation_extra_key_width -->
|
||||
<dimen name="navigation_side_padding">85.0dip</dimen>
|
||||
<dimen name="rounded_corner_content_padding">10dp</dimen>
|
||||
|
||||
<!-- the padding on the start of the statusbar -->
|
||||
<dimen name="status_bar_padding_start">16dp</dimen>
|
||||
|
||||
<!-- the padding on the end of the statusbar -->
|
||||
<dimen name="status_bar_padding_end">5dp</dimen>
|
||||
|
||||
<!-- Location on the screen of the center of the physical power button. -->
|
||||
<dimen name="physical_power_button_center_screen_location_y">910px</dimen>
|
||||
<!-- Location on the screen of the center of the fingerprint sensor. -->
|
||||
|
||||
Reference in New Issue
Block a user