[Android] Remove the now obsolete reference to changeTabClick

Jean-Baptiste Kempf git at videolan.org
Fri Aug 17 11:24:54 CEST 2012


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Aug 17 11:24:37 2012 +0200| [8b610220e20a780a04d240a95e0b7ce65673903d] | committer: Jean-Baptiste Kempf

Remove the now obsolete reference to changeTabClick

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

 vlc-android/res/layout/main.xml |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/vlc-android/res/layout/main.xml b/vlc-android/res/layout/main.xml
index 020c61d..9784844 100644
--- a/vlc-android/res/layout/main.xml
+++ b/vlc-android/res/layout/main.xml
@@ -32,8 +32,7 @@
             android:scaleType="fitXY"
             android:layout_width="48dp"
             android:layout_height="48dp"
-            android:padding="10dip"
-            android:onClick="changeTabClick" />
+            android:padding="10dip" />
         <ImageButton
             android:layout_width="48dip"
             android:layout_height="48dip"



More information about the Android mailing list