Skip to content

Commit

Permalink
increase margin
Browse files Browse the repository at this point in the history
  • Loading branch information
mnalis committed Sep 17, 2024
1 parent 9aa17b4 commit 73d354b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/view_select_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
android:layout_height="0dp"
android:background="@color/divider"
android:layout_marginStart="2dp"
android:layout_marginEnd="2dp"
android:layout_marginEnd="12dp"
app:layout_constraintTop_toBottomOf="@+id/searchEditText"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/shortcutScrollView" />
Expand Down

0 comments on commit 73d354b

Please sign in to comment.