Skip to content

Commit

Permalink
refactor: minor improvements to padding of editor in edit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
guanglinn committed Jul 25, 2024
1 parent 235b62d commit 6ee973a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">12dp</dimen>
<dimen name="activity_horizontal_margin">18dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
<dimen name="editor_bottom_margin">32dp</dimen>
<dimen name="appbar_padding_top">8dp</dimen>
<dimen name="textactions_bar_height">46dp</dimen>
Expand Down

0 comments on commit 6ee973a

Please sign in to comment.