Skip to content
Snippets Groups Projects
Commit cf293196 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Replace audio item overflow margin by padding to avoid misclicks

Fixes #1604
parent d470708c
No related branches found
No related tags found
1 merge request!869Replace audio item overflow margin by padding to avoid misclicks
Pipeline #55228 passed with stage
in 2 minutes and 22 seconds
......@@ -130,7 +130,8 @@
android:id="@+id/item_more"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:paddingEnd="8dp"
android:paddingStart="8dp"
android:contentDescription="@string/more_actions"
android:onClick="@{holder::onMoreClick}"
android:scaleType="center"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment