Revert "universal7885: rework on padding"

This reverts commit 65b729c8ae4fbf1b0b51620f89dc71ff370815e1.
This commit is contained in:
roynatech2544 2022-01-13 19:35:42 +09:00
commit 780a7b8ab8
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
8 changed files with 60 additions and 24 deletions

View file

@ -0,0 +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_portrait">31.0dip</dimen>
<!-- Default radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">40px</dimen>
</resources>