[Android] Styles: add a missing color file
Adrien Maglo
git at videolan.org
Mon Feb 24 16:14:04 CET 2014
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Mon Feb 24 16:12:21 2014 +0100| [32576055c9ed20a4206be3e2265ea89cd2ac4caf] | committer: Adrien Maglo
Styles: add a missing color file
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=32576055c9ed20a4206be3e2265ea89cd2ac4caf
---
vlc-android/res/color/bt_list_title.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/vlc-android/res/color/bt_list_title.xml b/vlc-android/res/color/bt_list_title.xml
new file mode 100644
index 0000000..07b691f
--- /dev/null
+++ b/vlc-android/res/color/bt_list_title.xml
@@ -0,0 +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/white" />
+ <item android:state_pressed="true" android:color="@color/white" />
+ <item android:color="@color/white" />
+</selector>
\ No newline at end of file
More information about the Android
mailing list