alioth: Migrate "rounded_corner_content_padding"

This CL updates resource overlay of

  rounded_corner_content_padding

for alioth so that the same device-specific value can be seen from
both the Framework code and the SysUI.

With my previous CL [1], the SysUI continues to see the same value
even after this migration.

 [1]: I0c3717c0bdfc928167c6eba06247b37caabf33b9
      24d6b891f572f7be419d3acc9793ca68d062cf35

Bug: 215554582
Test: presubmit
Change-Id: I0464cd8cd08a26381a026497fb5ee332842b1d96
This commit is contained in:
Yohei Yukawa
2022-01-28 12:26:30 -08:00
committed by althafvly
parent d776b07503
commit ce1170f82a
2 changed files with 3 additions and 3 deletions

View File

@@ -12,6 +12,9 @@
limitations under the License.
-->
<resources>
<!-- for 20dp of padding at 3.5px/dp at default density -->
<dimen name="rounded_corner_content_padding">52px</dimen>
<!-- Default radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">118px</dimen>

View File

@@ -37,9 +37,6 @@
default that should be overridden by device-specific overlays. -->
<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">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>