Files
device_xiaomi_miatoll/overlay/SM6250SystemUI/res/values/dimens.xml
rio004 561d11eef0 miatoll: Centre status bar icons
Instead of increasing status bar

This reverts commit 9bf7b29
2023-03-12 12:25:39 +00:00

22 lines
776 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<!-- Location on the screen of the center of the fingerprint sensor. -->
<dimen name="physical_fingerprint_sensor_center_screen_location_x">1080px</dimen>
<dimen name="physical_fingerprint_sensor_center_screen_location_y">760px</dimen>
<!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">760px</dimen>
<!-- Pad content in navbar for rounded corners -->
<dimen name="rounded_corner_content_padding">16dp</dimen>
<!-- Pad status bar icons -->
<dimen name="status_bar_padding_top">8dp</dimen>
</resources>