[Android] Set the logo used in the ActionBar
    Ludovic Fauvet 
    git at videolan.org
       
    Thu Jun 21 16:42:36 CEST 2012
    
    
  
android | branch: master | Ludovic Fauvet <etix at videolan.org> | Thu Jun 21 16:23:02 2012 +0200| [097bfc2605d24363e2f9e4bcb550e8132d115226] | committer: Ludovic Fauvet
Set the logo used in the ActionBar
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=097bfc2605d24363e2f9e4bcb550e8132d115226
---
 vlc-android/AndroidManifest.xml |    1 +
 1 file changed, 1 insertion(+)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index e07f318..e8a1b43 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -17,6 +17,7 @@
 
     <application
         android:icon="@drawable/icon"
+        android:logo="@drawable/header_logo"
         android:label="@string/app_name"
         android:theme="@style/Theme.VLC"
         android:hardwareAccelerated="true" >
    
    
More information about the Android
mailing list