[Android] Audio playlist: remove a wrong background color

Adrien Maglo git at videolan.org
Mon Jan 27 14:42:40 CET 2014


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Mon Jan 27 14:35:37 2014 +0100| [50674b48f92b8cbdbaf775a36c0974e3894b3f79] | committer: Adrien Maglo

Audio playlist: remove a wrong background color

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

 vlc-android/res/layout/audio_playlist_item.xml |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/vlc-android/res/layout/audio_playlist_item.xml b/vlc-android/res/layout/audio_playlist_item.xml
index 8929f23..8411084 100644
--- a/vlc-android/res/layout/audio_playlist_item.xml
+++ b/vlc-android/res/layout/audio_playlist_item.xml
@@ -7,8 +7,7 @@
 
     <View
         android:layout_width="fill_parent"
-        android:layout_height="fill_parent"
-        android:background="@color/orange" />
+        android:layout_height="fill_parent" />
 
     <LinearLayout
         android:layout_width="fill_parent"



More information about the Android mailing list