mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-08-05 16:24:13 +09:00
18 lines
633 B
XML
18 lines
633 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2022 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
|
|
<dimen name="rounded_corner_content_padding">16dp</dimen>
|
|
|
|
<!-- Location on the screen of the center of the physical power button. -->
|
|
<dimen name="physical_power_button_center_screen_location_y">760px</dimen>
|
|
|
|
<!-- 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>
|
|
|
|
</resources>
|