[Android] Remove unneeded title
Jean-Baptiste Kempf
git at videolan.org
Thu Jun 21 18:11:12 CEST 2012
android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jun 21 18:10:28 2012 +0200| [6b9f717934eb4851d727cf2d3eb50f77647b8c28] | committer: Jean-Baptiste Kempf
Remove unneeded title
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=6b9f717934eb4851d727cf2d3eb50f77647b8c28
---
vlc-android/res/layout/audio_list.xml | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/vlc-android/res/layout/audio_list.xml b/vlc-android/res/layout/audio_list.xml
index 4fa357a..6236bbc 100644
--- a/vlc-android/res/layout/audio_list.xml
+++ b/vlc-android/res/layout/audio_list.xml
@@ -5,19 +5,6 @@
android:background="@color/item_common"
android:orientation="vertical" >
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="48dip"
- android:background="@drawable/header"
- 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