[Android] Audio player: remove a wrong definition to the playlist drag shadow layout

Adrien Maglo git at videolan.org
Wed Jan 29 17:29:03 CET 2014


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Wed Jan 29 17:28:55 2014 +0100| [105ea72f3527a02eef552593f037031034820d0b] | committer: Adrien Maglo

Audio player: remove a wrong definition to the playlist drag shadow layout

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

 vlc-android/res/layout/audio_playlist_item_drag_shadow.xml |    1 -
 1 file changed, 1 deletion(-)

diff --git a/vlc-android/res/layout/audio_playlist_item_drag_shadow.xml b/vlc-android/res/layout/audio_playlist_item_drag_shadow.xml
index 41b4772..f2ce188 100644
--- a/vlc-android/res/layout/audio_playlist_item_drag_shadow.xml
+++ b/vlc-android/res/layout/audio_playlist_item_drag_shadow.xml
@@ -8,7 +8,6 @@
     android:layout_height="wrap_content" >
 
     <LinearLayout
-        xmlns:android="http://schemas.android.com/apk/res/android"
         android:id="@+id/layout_item"
         android:layout_width="fill_parent"
         android:layout_height="wrap_content"



More information about the Android mailing list