Skip to content

Commit

Permalink
increase touch area around delete button in files list
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Dec 23, 2022
1 parent e5b6695 commit 69fb7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/layout/row_file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
app:srcCompat="@drawable/ic_action_cancel"
android:contentDescription="delete"
android:background="@null"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp" />
android:padding="16dp"
android:layout_marginLeft="8dp" />

<ProgressBar
style="?android:attr/progressBarStyleSmall"
Expand Down

0 comments on commit 69fb7bd

Please sign in to comment.