[Android] Completely hide what is hidden

Jean-Baptiste Kempf git at videolan.org
Wed Jun 20 19:17:12 CEST 2012


android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 20 21:00:29 2012 +0200| [2b344c1029bad8de96ef6d50eab999f81a538edb] | committer: Jean-Baptiste Kempf

Completely hide what is hidden

> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=2b344c1029bad8de96ef6d50eab999f81a538edb
---

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

diff --git a/vlc-android/res/layout/info_dialog.xml b/vlc-android/res/layout/info_dialog.xml
index 830f424..4a26807 100644
--- a/vlc-android/res/layout/info_dialog.xml
+++ b/vlc-android/res/layout/info_dialog.xml
@@ -35,7 +35,6 @@
         <TextView
             android:layout_width="fill_parent"
             android:layout_height="wrap_content"
-            android:layout_weight="1"
             android:padding="10dip"
             android:text="@string/beta_warning"
             android:textAppearance="?android:attr/textAppearanceMedium" />
@@ -44,7 +43,7 @@
 
     <LinearLayout
         android:layout_width="fill_parent"
-        android:layout_height="wrap_content"
+        android:layout_height="0dp"
         android:gravity="center_vertical"
         android:orientation="horizontal"
         android:padding="10dip"



More information about the Android mailing list