a20, a20e: import padding from com.lucazzz.developer.* rros

Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2022-01-16 18:15:06 +09:00
commit 1dd8cd50b3
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
6 changed files with 27 additions and 33 deletions

View file

@ -36,7 +36,7 @@
<string ...>M -5,0 L -5,10 L 5,10 L 5,0 Z @dp</string>
@see https://www.w3.org/TR/SVG/paths.html#PathData
-->
<string name="config_mainBuiltInDisplayCutout">M62,0l-3.8,0l-3.9,0.2l-3.9,0.4l-4,0.8l-3.9,1.2l-3.8,1.6l-3.7,2l-3.4,2.4l-3.1,2.8l-2.9,3l-2.7,3.1l-2.6,3.1 l-2.7,2.8C12.5,28,6.2,30.3,0,30.3c-6.3,0-12.5-2.3-17.5-6.8l-2.7-2.8l-2.6-3.1l-2.7-3.1l-2.9-3l-3.2-2.8 L-35,6.2l-3.7-2l-3.8-1.6l-3.9-1.2l-4-0.8L-54.3,0.2L-58.2,0L-62,0Z @dp</string>
<string name="config_mainBuiltInDisplayCutout">M 0,0 H -22.42857142857143 V 30.85714285714286 H 22.42857142857143 V 0 H 0 Z @dp</string>
<string translatable="false" name="config_mainBuiltInDisplayCutoutRectApproximation">@*android:string/config_mainBuiltInDisplayCutout</string>
<!-- If supported, are dreams enabled? (by default) -->
<bool name="config_dreamsEnabledByDefault">false</bool>

View file

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Height of the status bar in landscape. The height should be
Max((status bar content height + waterfall top size), top cutout size) -->
<dimen name="status_bar_height_landscape">24.0dip</dimen>
<!-- Height of the status bar in portrait. The height should be
Max((status bar content height + waterfall top size), top cutout size) -->
<dimen name="status_bar_height">31.0dip</dimen>
<dimen name="status_bar_height_portrait">31.0dip</dimen>
<!-- Default radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">40px</dimen>
<dimen name="status_bar_height_landscape">31.0dip</dimen>
<dimen name="quick_qs_offset_height">48.0dip</dimen>
<dimen name="rounded_corner_radius">0.0dip</dimen>
<dimen name="rounded_corner_radius_adjustment">0.0px</dimen>
<dimen name="rounded_corner_radius_bottom">0.0dip</dimen>
<dimen name="rounded_corner_radius_bottom_adjustment">0.0px</dimen>
<dimen name="rounded_corner_radius_top">29.0dip</dimen>
<dimen name="rounded_corner_radius_top_adjustment">29.0px</dimen>
</resources>