[Android] Audio player: change the color of the playlist item currently played

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


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Wed Jan 29 18:19:31 2014 +0100| [597ef26da5c75e8edebd20bdf73af2ac800e7994] | committer: Adrien Maglo

Audio player: change the color of the playlist item currently played

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

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

diff --git a/vlc-android/res/color/list_title_last.xml b/vlc-android/res/color/list_title_last.xml
index 0629efa..1efbca5 100644
--- a/vlc-android/res/color/list_title_last.xml
+++ b/vlc-android/res/color/list_title_last.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_selected="true" android:color="@color/darkorange" />
-    <item android:state_pressed="true" android:color="@color/darkorange" />
-    <item android:color="@color/orange" />
+    <item android:state_selected="true" android:color="@color/darkerorange" />
+    <item android:state_pressed="true" android:color="@color/darkerorange" />
+    <item android:color="@color/darkorange" />
 </selector>
\ No newline at end of file



More information about the Android mailing list