[Android] Reduce margins in player options
Geoffrey Métais
git at videolan.org
Fri Feb 8 17:38:17 CET 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Feb 8 17:36:44 2019 +0100| [2bac35a8511a7e1aa833472edec28d27be9f2d01] | committer: Geoffrey Métais
Reduce margins in player options
> https://code.videolan.org/videolan/vlc-android/commit/2bac35a8511a7e1aa833472edec28d27be9f2d01
---
vlc-android/res/layout/player_option_item.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/player_option_item.xml b/vlc-android/res/layout/player_option_item.xml
index cad7af1d9..867758cde 100644
--- a/vlc-android/res/layout/player_option_item.xml
+++ b/vlc-android/res/layout/player_option_item.xml
@@ -10,7 +10,7 @@
android:layout_width="@dimen/player_option_width"
android:layout_height="wrap_content"
android:focusable="true"
- android:layout_margin="@dimen/default_margin">
+ android:layout_margin="6dp">
<ImageView
android:id="@+id/option_icon"
More information about the Android
mailing list