[Android] Directory fragment: add padding to the list view

Adrien Maglo git at videolan.org
Fri Jan 31 10:14:29 CET 2014


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Fri Jan 31 10:04:37 2014 +0100| [68406f6f0872633c9b879dd583ae7ef02a847f0a] | committer: Adrien Maglo

Directory fragment: add padding to the list view

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=68406f6f0872633c9b879dd583ae7ef02a847f0a
---

 vlc-android/res/layout/directory_view.xml |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/vlc-android/res/layout/directory_view.xml b/vlc-android/res/layout/directory_view.xml
index ae9cc76..99531b2 100644
--- a/vlc-android/res/layout/directory_view.xml
+++ b/vlc-android/res/layout/directory_view.xml
@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <ListView xmlns:android="http://schemas.android.com/apk/res/android"
     android:id="@android:id/list"
+    android:paddingLeft="20dp"
+    android:paddingRight="20dp"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:divider="?attr/item_divider"



More information about the Android mailing list