Skip to content

Commit d8011dd

Browse files
Update spacing for home screen action buttons
The spacing between action buttons on the home screen has been updated to 2dp.
1 parent 586d067 commit d8011dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/layout/fragment_home.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
android:id="@+id/home_action_button_group"
120120
style="@style/Widget.App.ButtonGroup"
121121
android:layout_width="wrap_content"
122+
android:spacing="2dp"
122123
android:layout_height="wrap_content">
123124

124125
<com.google.android.material.button.MaterialButton

0 commit comments

Comments
 (0)