[Android] Fix audio items margin

Geoffrey Métais git at videolan.org
Mon Feb 11 17:55:10 CET 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Feb 11 17:54:19 2019 +0100| [cc71b45bdcda820507a0a01883cfa369d07a9a05] | committer: Geoffrey Métais

Fix audio items margin

Bottom of item description could be cut

> https://code.videolan.org/videolan/vlc-android/commit/cc71b45bdcda820507a0a01883cfa369d07a9a05
---

 vlc-android/res/layout/audio_browser_item.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/res/layout/audio_browser_item.xml b/vlc-android/res/layout/audio_browser_item.xml
index fde90383b..ce077b634 100644
--- a/vlc-android/res/layout/audio_browser_item.xml
+++ b/vlc-android/res/layout/audio_browser_item.xml
@@ -29,7 +29,7 @@
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:minHeight="@dimen/audio_browser_item_size"
-        android:paddingBottom="@dimen/audio_item_padding_botom"
+        android:layout_marginBottom="@dimen/audio_item_padding_botom"
         android:longClickable="true"
         android:clickable="true"
         android:focusable="true"



More information about the Android mailing list