[Android] Reduce space between browser items
Geoffrey Métais
git at videolan.org
Fri Jan 8 13:33:27 CET 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Jan 8 12:47:09 2016 +0100| [5ea67407476f520976967fff3ef4379c2a76a35d] | committer: Geoffrey Métais
Reduce space between browser items
> https://code.videolan.org/videolan/vlc-android/commit/5ea67407476f520976967fff3ef4379c2a76a35d
---
vlc-android/res/layout/directory_view_item.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vlc-android/res/layout/directory_view_item.xml b/vlc-android/res/layout/directory_view_item.xml
index 1a9b7fa..640c060 100644
--- a/vlc-android/res/layout/directory_view_item.xml
+++ b/vlc-android/res/layout/directory_view_item.xml
@@ -66,8 +66,8 @@
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
- android:layout_marginBottom="15dp"
- android:layout_marginTop="15dp"
+ android:layout_marginBottom="5dp"
+ android:layout_marginTop="5dp"
android:layout_weight="1"
android:gravity="center_vertical"
android:orientation="vertical"
More information about the Android
mailing list