Skip to content
Snippets Groups Projects
Commit 746200c1 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Browsers: Make the ctx menu button more accessible

parent 6b290fb9
No related branches found
No related tags found
No related merge requests found
......@@ -124,8 +124,7 @@
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
android:paddingRight="10dp"
android:paddingLeft="10dp"
android:layout_marginEnd="8dp"
android:background="@drawable/ic_more"
android:visibility="@{hasContextMenu ? View.VISIBLE : View.GONE, default=gone}"
android:onClick="@{holder::onMoreClick}"
......
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