[Android] Add space between history items
Geoffrey Métais
git at videolan.org
Thu Feb 16 12:12:07 CET 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Feb 16 12:10:01 2017 +0100| [6f6ecb66ca37628e6dbb41f1ff2b09904d2b579b] | committer: Geoffrey Métais
Add space between history items
> https://code.videolan.org/videolan/vlc-android/commit/6f6ecb66ca37628e6dbb41f1ff2b09904d2b579b
---
vlc-android/res/layout/history_item.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/vlc-android/res/layout/history_item.xml b/vlc-android/res/layout/history_item.xml
index 31fffd4..fc06f10 100644
--- a/vlc-android/res/layout/history_item.xml
+++ b/vlc-android/res/layout/history_item.xml
@@ -21,6 +21,8 @@
android:background="@{bgColor}"
android:clickable="true"
android:onClick="@{holder::onClick}"
+ android:layout_marginBottom="4dp"
+ android:layout_marginTop="4dp"
android:onLongClick="@{holder::onLongClick}" >
<ImageView
android:id="@+id/icon"
More information about the Android
mailing list