alioth: Update overlays from stock

Change-Id: Idc7d992b1a2302de524b7d8e42828e30a0250482
This commit is contained in:
althafvly
2022-05-26 14:12:09 +05:30
parent 6b4e6b46ca
commit c36f82e81f
2 changed files with 18 additions and 8 deletions

View File

@@ -12,18 +12,21 @@
limitations under the License.
-->
<resources>
<!-- Default radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">118px</dimen>
<!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
-->
<dimen name="status_bar_height_default">28dp</dimen>
<dimen name="status_bar_height_portrait">94px</dimen>
<dimen name="status_bar_height_landscape">28dp</dimen>
<!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">52.0px</dimen>
<!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
<dimen name="rounded_corner_radius_adjustment">5px</dimen>
<!-- Height of the status bar in portrait.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
-->
<dimen name="status_bar_height_portrait">80px</dimen>
<!-- Height of the status bar in landscape.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
-->
<dimen name="status_bar_height_landscape">@dimen/status_bar_height_default</dimen>
</resources>

View File

@@ -16,6 +16,10 @@
*/
-->
<resources>
<!-- 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">80px</dimen>
<!-- 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.
For devices with sensors on the back of the device, this corresponds to the location on the
@@ -34,5 +38,8 @@
<dimen name="physical_power_button_center_screen_location_y">@dimen/physical_fingerprint_sensor_center_screen_location_y</dimen>
<!-- for 20dp of padding at 3.5px/dp at default density -->
<dimen name="rounded_corner_content_padding">52.0px</dimen>
<dimen name="rounded_corner_content_padding">52px</dimen>
<!-- Height of the status bar header bar when on Keyguard -->
<dimen name="status_bar_header_height_keyguard">@dimen/navigation_side_padding</dimen>
</resources>