Merge "Remove overlay for status_bar_padding_left" into rvc-d1-dev am: c82b38f315

Original change: https://googleplex-android-review.googlesource.com/c/device/google/redfin/+/12152264

Change-Id: I31b4871be3a7bdce170e9dbedbd6952b2315f6c4
This commit is contained in:
TreeHugger Robot
2020-08-06 21:33:49 +00:00
committed by Automerger Merge Worker
2 changed files with 0 additions and 6 deletions

View File

@@ -16,10 +16,6 @@
*/
-->
<resources>
<!-- Landscape, just use the regular values -->
<dimen name="status_bar_padding_start">8dp</dimen>
<dimen name="status_bar_padding_end">8dp</dimen>
<!-- the padding on the top of the statusbar (usually 0) -->
<dimen name="status_bar_padding_top">0dp</dimen>
</resources>

View File

@@ -16,8 +16,6 @@
*/
-->
<resources>
<!-- Don't need the left side padding due to being inset from the cutout -->
<dimen name="status_bar_padding_start">0dp</dimen>
<!-- for 20dp of padding at 3.5px/dp at default density -->
<dimen name="rounded_corner_content_padding">50px</dimen>
<!-- the padding on the top of the statusbar (usually 0) -->