[Android] Audio player: set a common background color for the playlist and the big cover view

Adrien Maglo git at videolan.org
Wed Feb 19 10:58:26 CET 2014


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Wed Feb 19 10:58:17 2014 +0100| [4d49b64f1306f8e544dc19237400a59dac611ed7] | committer: Adrien Maglo

Audio player: set a common background color for the playlist and the big cover view

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

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

diff --git a/vlc-android/res/layout/audio_player.xml b/vlc-android/res/layout/audio_player.xml
index eb015ef..4d43854 100644
--- a/vlc-android/res/layout/audio_player.xml
+++ b/vlc-android/res/layout/audio_player.xml
@@ -88,13 +88,13 @@
 	    android:id="@+id/view_switcher"
 	    android:layout_width="match_parent"
 	    android:layout_height="match_parent"
-	    android:layout_weight="1" >
+	    android:layout_weight="1"
+        android:background="?attr/background_playlist" >
 
 	    <org.videolan.vlc.gui.audio.AudioPlaylistView
 	        android:id="@+id/songs_list"
 	        android:layout_width="fill_parent"
-	        android:layout_height="fill_parent"
-	        android:background="?attr/background_playlist" />
+	        android:layout_height="fill_parent" />
 
 	    <org.videolan.vlc.gui.audio.widget.CoverMediaSwitcher
             android:id="@+id/cover_media_switcher"



More information about the Android mailing list