mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-04-29 02:37:19 +09:00
miatoll: Fix overlays location
Change-Id: I3afd7903dae56b440fe7f1ba977706ef1b58fe6d
This commit is contained in:
parent
4f2f8c4efe
commit
09547f1516
@ -12,19 +12,6 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<!-- Height of the status bar in portrait -->
|
|
||||||
<dimen name="status_bar_height_portrait">126px</dimen>
|
|
||||||
|
|
||||||
<!-- Height of the status bar in landscape -->
|
|
||||||
<dimen name="status_bar_height_landscape">24dp</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">93px</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">93px</dimen>
|
|
||||||
|
|
||||||
<!-- The bounding path of the cutout region of the main built-in display.
|
<!-- The bounding path of the cutout region of the main built-in display.
|
||||||
Must either be empty if there is no cutout region, or a string that is parsable by
|
Must either be empty if there is no cutout region, or a string that is parsable by
|
||||||
@ -340,4 +327,5 @@
|
|||||||
Must be in the range specified by minimum and maximum.
|
Must be in the range specified by minimum and maximum.
|
||||||
Equivalent to 67/255 (default for this device) -->
|
Equivalent to 67/255 (default for this device) -->
|
||||||
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.26274509804</item>
|
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.26274509804</item>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
29
overlay/frameworks/base/core/res/res/values/dimens.xml
Normal file
29
overlay/frameworks/base/core/res/res/values/dimens.xml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
Copyright (C) 2021 The LineageOS 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>
|
||||||
|
<!-- Height of the status bar in portrait -->
|
||||||
|
<dimen name="status_bar_height_portrait">126px</dimen>
|
||||||
|
|
||||||
|
<!-- Height of the status bar in landscape -->
|
||||||
|
<dimen name="status_bar_height_landscape">24dp</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">93px</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">93px</dimen>
|
||||||
|
|
||||||
|
</resources>
|
Loading…
x
Reference in New Issue
Block a user