[Android] Allow the user to completely hide the warning shown at the start

Ludovic Fauvet git at videolan.org
Tue Sep 25 17:52:49 CEST 2012


vlc-ports/android | branch: master | Ludovic Fauvet <etix at videolan.org> | Tue Sep 25 17:41:50 2012 +0200| [d7e53e4dd4e27085bce95d90f01ec4e4a043de29] | committer: Ludovic Fauvet

Allow the user to completely hide the warning shown at the start

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

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

diff --git a/vlc-android/res/layout/info_dialog.xml b/vlc-android/res/layout/info_dialog.xml
index ec0ec19..bb9c5f8 100644
--- a/vlc-android/res/layout/info_dialog.xml
+++ b/vlc-android/res/layout/info_dialog.xml
@@ -43,11 +43,11 @@
 
     <LinearLayout
         android:layout_width="fill_parent"
-        android:layout_height="0dp"
+        android:layout_height="wrap_content"
         android:gravity="center_vertical"
         android:orientation="horizontal"
         android:padding="10dip"
-        android:visibility="invisible" >
+        android:visibility="visible" >
 
         <CheckBox
             android:id="@+id/not_show_again"



More information about the Android mailing list