LG8n: overlay: Import padding configurations

This commit is contained in:
Ren 2024-09-05 07:06:29 +08:00 committed by GitHub
parent 936c29dbbc
commit 0998347a86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,4 +28,20 @@
<!-- Location on the screen of the center of the fingerprint sensor -->
<dimen name="physical_fingerprint_sensor_center_screen_location_x">1080px</dimen>
<!-- Margin on the right side of the system icon group on Keyguard. -->
<dimen name="system_icons_keyguard_padding_end">0dp</dimen>
<!-- Starting padding for a left-aligned status bar clock -->
<dimen name="status_bar_left_clock_starting_padding">0.0px</dimen>
<!-- Margin on the left side of the carrier text on Keyguard -->
<dimen name="keyguard_carrier_text_margin">20dp</dimen>
<!-- 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>
<dimen name="status_bar_padding_end">5dp</dimen>
<dimen name="status_bar_padding_start">16dp</dimen>
</resources>