LG8n: overlay: Fix dplicate conflicting values

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Shirayuki39 2024-07-19 21:43:50 +08:00
parent e39c4b7205
commit 38b46b75eb

View file

@ -20,8 +20,9 @@
<dimen name="physical_volume_down_button_center_screen_location_y">1150px</dimen> <dimen name="physical_volume_down_button_center_screen_location_y">1150px</dimen>
<dimen name="physical_volume_up_button_center_screen_location_y">950px</dimen> <dimen name="physical_volume_up_button_center_screen_location_y">950px</dimen>
<!-- Location on the screen of the center of the physical power button. --> <!-- Location on the screen of the center of the physical power button. This is a reasonable
<dimen name="physical_power_button_center_screen_location_y">1025px</dimen> default that should be overridden by device-specific overlays. -->
<dimen name="physical_power_button_center_screen_location_y">1100px</dimen>
<!-- Location on the screen of the center of the fingerprint sensor. For devices with under <!-- 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. display fingerprint sensors, this directly corresponds to the fingerprint sensor's location.
@ -32,11 +33,6 @@
<!-- Location on the screen of the center of the fingerprint sensor --> <!-- 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_x">1080px</dimen>
<!-- Location on the screen of the center of the physical power button. This is a reasonable
default that should be overridden by device-specific overlays. -->
<dimen name="physical_power_button_center_screen_location_y">1100px</dimen>
<!-- The padding on the side of the navigation bar. Must be greater than or equal to <!-- The padding on the side of the navigation bar. Must be greater than or equal to
navigation_extra_key_width --> navigation_extra_key_width -->
<dimen name="navigation_side_padding">85.0dip</dimen> <dimen name="navigation_side_padding">85.0dip</dimen>