Skip to content

Commit

Permalink
use margin on the right side of shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
mnalis committed Sep 18, 2024
1 parent c443c33 commit 10ae3a7
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 @@ -58,6 +58,7 @@
android:visibility="gone"
android:layout_width="58dp"
android:layout_height="0dp"
android:layout_marginEnd="16dp"
app:layout_constraintTop_toBottomOf="@+id/searchEditText"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent" >
Expand All @@ -68,7 +69,6 @@
android:layout_height="wrap_content"
android:elevation="2dp"
android:paddingVertical="8dp"
android:paddingRight="12dp"
android:orientation="vertical" />

</ScrollView>
Expand Down

0 comments on commit 10ae3a7

Please sign in to comment.