Skip to content

Commit

Permalink
Add margin after size text
Browse files Browse the repository at this point in the history
  • Loading branch information
shubertm authored and tuancoltech committed Jul 8, 2024
1 parent a4cb80d commit 69743c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/layout_brush_size_chooser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<androidx.recyclerview.widget.RecyclerView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
app:layout_constraintStart_toEndOf="@+id/tv_size_label"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand Down

0 comments on commit 69743c9

Please sign in to comment.