Skip to content

Commit

Permalink
Fix buttons margin
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-vanziak-cko committed Oct 11, 2024
1 parent 7c90daa commit efb191a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<dimen name="layout_padding">24dp</dimen>
<dimen name="content_padding">20dp</dimen>
<dimen name="content_marginVertical">16dp</dimen>
<dimen name="button_marginVertical">18dp</dimen>
<dimen name="button_marginVertical">16dp</dimen>
<dimen name="button_space_vertical">8dp</dimen>
<dimen name="input_space_vertical">12dp</dimen>
<dimen name="subtitle_paddingVertical">8dp</dimen>
Expand Down

0 comments on commit efb191a

Please sign in to comment.