[Android] Change the color of the sliding menu

Ludovic Fauvet git at videolan.org
Fri Aug 17 18:53:02 CEST 2012


vlc-ports/android | branch: master | Ludovic Fauvet <etix at videolan.org> | Fri Aug 17 15:50:15 2012 +0200| [08638b200dfe81be6df57e3c78fd0c9ebf333cb9] | committer: Ludovic Fauvet

Change the color of the sliding menu

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

 vlc-android/src/org/videolan/vlc/gui/MainActivity.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/src/org/videolan/vlc/gui/MainActivity.java b/vlc-android/src/org/videolan/vlc/gui/MainActivity.java
index 48476f4..d35b5c4 100644
--- a/vlc-android/src/org/videolan/vlc/gui/MainActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/MainActivity.java
@@ -129,7 +129,7 @@ public class MainActivity extends SherlockFragmentActivity {
         final ListView listView = (ListView)sidebar.findViewById(android.R.id.list);
         mSidebarAdapter = new SidebarAdapter(getSupportFragmentManager());
         listView.setAdapter(mSidebarAdapter);
-        listView.setBackgroundColor(Color.parseColor("#1f3f61"));
+        listView.setBackgroundColor(Color.parseColor("#424242"));
         mMenu.setViewBehind(sidebar);
 
         /* Get settings */



More information about the Android mailing list