Skip to content

Commit

Permalink
topaz: overlay: Tune up statusbar padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jreybelp committed Jun 12, 2024
1 parent 04cd881 commit d390a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlay/SystemUIResTopaz/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<dimen name="navigation_side_padding">85.0dip</dimen>

<!-- the padding on the start of the statusbar -->
<dimen name="status_bar_padding_start">16dp</dimen>
<dimen name="status_bar_padding_start">0dp</dimen>

<!-- the padding on the end of the statusbar -->
<dimen name="status_bar_padding_end">5dp</dimen>
<dimen name="status_bar_padding_end">0dp</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.
Expand Down

0 comments on commit d390a9e

Please sign in to comment.