[Android] MediaInfo: remove the header of the landscape layout

Adrien Maglo git at videolan.org
Mon Mar 3 17:41:40 CET 2014


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Mon Mar  3 17:38:07 2014 +0100| [e00da985da6607cf19c38663b70a7992a46f7246] | committer: Adrien Maglo

MediaInfo: remove the header of the landscape layout

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

 vlc-android/res/drawable/header_logo.png   |  Bin 1844 -> 0 bytes
 vlc-android/res/layout-land/media_info.xml |   13 -------------
 2 files changed, 13 deletions(-)

diff --git a/vlc-android/res/drawable/header_logo.png b/vlc-android/res/drawable/header_logo.png
deleted file mode 100644
index 084b2aa..0000000
Binary files a/vlc-android/res/drawable/header_logo.png and /dev/null differ
diff --git a/vlc-android/res/layout-land/media_info.xml b/vlc-android/res/layout-land/media_info.xml
index 18bd602..b6cdcf6 100644
--- a/vlc-android/res/layout-land/media_info.xml
+++ b/vlc-android/res/layout-land/media_info.xml
@@ -4,19 +4,6 @@
     android:layout_height="fill_parent"
     android:orientation="vertical" >
 
-    <LinearLayout
-        android:layout_width="fill_parent"
-        android:layout_height="48dip"
-        android:background="@drawable/actionbar_background"
-        android:orientation="horizontal" >
-
-        <ImageView
-            android:layout_width="wrap_content"
-            android:layout_height="fill_parent"
-            android:scaleType="centerInside"
-            android:src="@drawable/header_logo" />
-    </LinearLayout>
-
     <TextView
         android:id="@+id/title"
         android:layout_width="fill_parent"



More information about the Android mailing list