[Android] Audio Playlist : Change item_drag color
Alexandre Perraud
git at videolan.org
Thu Jan 30 10:42:36 CET 2014
vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Wed Jan 29 18:17:02 2014 +0100| [6e4042072f8a708415b82811fb2e45eeee00a042] | committer: Adrien Maglo
Audio Playlist : Change item_drag color
Signed-off-by: Adrien Maglo <magsoft at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=6e4042072f8a708415b82811fb2e45eeee00a042
---
vlc-android/res/layout/audio_playlist_item_drag_shadow.xml | 2 +-
1 file changed, 1 insertion(+), 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 543ced7..64ee5aa 100644
--- a/vlc-android/res/layout/audio_playlist_item_drag_shadow.xml
+++ b/vlc-android/res/layout/audio_playlist_item_drag_shadow.xml
@@ -12,7 +12,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:background="?attr/darkerorange"
+ android:background="?attr/darkorange"
android:orientation="horizontal"
android:paddingLeft="10dp" >
More information about the Android
mailing list