[Android] Browsers: Make the ctx menu button more accessible

Geoffrey Métais git at videolan.org
Tue Jan 22 14:27:12 CET 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Jan 22 14:24:05 2019 +0100| [746200c111654ebf4fb1112648f8f8d373681c4d] | committer: Geoffrey Métais

Browsers: Make the ctx menu button more accessible

> https://code.videolan.org/videolan/vlc-android/commit/746200c111654ebf4fb1112648f8f8d373681c4d
---

 vlc-android/res/layout/browser_item.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/vlc-android/res/layout/browser_item.xml b/vlc-android/res/layout/browser_item.xml
index 0b8db6b27..cf5ad0bb2 100644
--- a/vlc-android/res/layout/browser_item.xml
+++ b/vlc-android/res/layout/browser_item.xml
@@ -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}"



More information about the Android mailing list