[Android] HistoryFragment: add some padding to the list
Adrien Maglo
git at videolan.org
Tue Mar 4 14:06:40 CET 2014
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Tue Mar 4 14:04:19 2014 +0100| [0269c6a9a895b07bb9631f58e45b68dc275bded8] | committer: Adrien Maglo
HistoryFragment: add some padding to the list
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=0269c6a9a895b07bb9631f58e45b68dc275bded8
---
vlc-android/res/layout/history_list.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/vlc-android/res/layout/history_list.xml b/vlc-android/res/layout/history_list.xml
index 53bee3a..b86510f 100644
--- a/vlc-android/res/layout/history_list.xml
+++ b/vlc-android/res/layout/history_list.xml
@@ -6,6 +6,8 @@
<ListView
android:id="@android:id/list"
+ android:paddingLeft="20dp"
+ android:paddingRight="20dp"
android:layout_width="match_parent"
android:layout_height="match_parent" />
More information about the Android
mailing list