[Android] UI : Add bottom shadow to the playlist view

Alexandre Perraud git at videolan.org
Thu Apr 2 19:01:06 CEST 2015


vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Thu Apr  2 18:53:23 2015 +0200| [0217909953d4e0370d0bb0596ba5345034bf720d] | committer: Alexandre Perraud

UI : Add bottom shadow to the playlist view

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

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

diff --git a/vlc-android/res/layout/audio_player.xml b/vlc-android/res/layout/audio_player.xml
index 861e588..4ebf7d7 100644
--- a/vlc-android/res/layout/audio_player.xml
+++ b/vlc-android/res/layout/audio_player.xml
@@ -128,6 +128,11 @@
             android:layout_height="fill_parent"/>
     </ViewSwitcher>
 
+    <include layout="@layout/shadow_bottom"
+        android:layout_width="match_parent"
+        android:layout_height="6dp"
+        android:layout_above="@+id/player_controls"/>
+
     <LinearLayout
         android:id="@+id/player_controls"
         android:layout_width="match_parent"



More information about the Android mailing list