Skip to content

Commit

Permalink
Revert "phoenix: Remove resource overlays for system bar heights"
Browse files Browse the repository at this point in the history
* QPR3 drop, AOSP went back to old SB configs.

This reverts commit 0580911.
  • Loading branch information
mvaisakh authored and gaganmalvi committed Jun 9, 2022
1 parent ec3ef04 commit ea99c71
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

<!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
-->
<dimen name="status_bar_height">100.0px</dimen>
<!-- Height of the status bar -->
<dimen name="status_bar_height_portrait">100.0px</dimen>

<!-- Radius of the software rounded corners at the top of the display in its natural
orientation. If zero, the value of rounded_corner_radius is used. -->
<dimen name="rounded_corner_radius_top">102.0px</dimen>
<!-- Radius of the software rounded corners at the bottom of the display in its natural
orientation. If zero, the value of rounded_corner_radius is used. -->
<dimen name="rounded_corner_radius_bottom">102.0px</dimen>

<!-- Height of area above QQS where battery/time go -->
<dimen name="quick_qs_offset_height">@dimen/status_bar_height_portrait</dimen>
</resources>

0 comments on commit ea99c71

Please sign in to comment.