Merge pull request #1 from CoinVeil4065852/test

change px to mm
This commit is contained in:
CoinVeil4065852 2023-03-05 01:42:39 +08:00 committed by GitHub
commit a6842974cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 10 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="status_bar_header_height">92px</dimen>
<dimen name="status_bar_header_height_keyguard">92px</dimen>
<dimen name="status_bar_header_height">4.14mm</dimen>
<dimen name="status_bar_header_height_keyguard">4.14mm</dimen>
<dimen name="status_bar_padding_top">0px</dimen>
<dimen name="rounded_corner_content_padding">130px</dimen>
<dimen name="rounded_corner_content_padding">5.85mm</dimen>
</resources>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="status_bar_padding_top">0.99mm</dimen>
<dimen name="status_bar_header_height">4.68mm</dimen>
<dimen name="status_bar_header_height_keyguard">4.68mm</dimen>
</resources>

View file

@ -2,9 +2,6 @@
<resources>
<dimen name="status_bar_padding_start">0px</dimen>
<dimen name="status_bar_padding_end">0px</dimen>
<dimen name="rounded_corner_content_padding">90px</dimen>
<dimen name="status_bar_padding_top">22px</dimen>
<dimen name="status_bar_header_height">104px</dimen>
<dimen name="status_bar_header_height_keyguard">104px</dimen>
<dimen name="physical_power_button_center_screen_location_y">1300px</dimen>
<dimen name="rounded_corner_content_padding">4.05mm</dimen>
<dimen name="physical_power_button_center_screen_location_y">58.5mm</dimen>
</resources>

View file

@ -690,8 +690,8 @@
<bool name="config_automatic_brightness_available">true</bool>
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
<bool name="config_supportDoubleTapWake">true</bool>
<dimen name="status_bar_height_portrait">104px</dimen>
<dimen name="status_bar_height_landscape">92px</dimen>
<dimen name="status_bar_height_portrait">4.68mm</dimen>
<dimen name="status_bar_height_landscape">4.14mm</dimen>
<dimen name="quick_qs_offset_height">@dimen/status_bar_height_portrait</dimen>
<string name="config_mainBuiltInDisplayCutout">M 0,0 L -40,0 L -40,104 L 40,104 L 40,0 Z</string>
</resources>