Skip to content

Commit

Permalink
Remove padding_start override from sunfish am: 36975bb am: d3fae01
Browse files Browse the repository at this point in the history
Original change: https://googleplex-android-review.googlesource.com/c/device/google/sunfish/+/12152324

Change-Id: Ib98ff2b8abaa33109e8548b9182fef247c1e4abe
  • Loading branch information
Evan Laird authored and android-build-merge-worker-robot committed Jul 17, 2020
2 parents bbdc9a2 + d3fae01 commit 20cfd12
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,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>

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
-->

<resources>
<!-- Don't need the left side padding due to being inset from the cutout -->
<dimen name="status_bar_padding_start">0dp</dimen>

<dimen name="config_rounded_mask_size">146px</dimen>
<dimen name="config_rounded_mask_size_top">146px</dimen>
<dimen name="config_rounded_mask_size_bottom">146px</dimen>
Expand Down

0 comments on commit 20cfd12

Please sign in to comment.