[Android] Info: make the OK button smaller

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:16:50 2012 +0200| [5c35766b332de8c59245f1f85cd2f7d58d21f261] | committer: Jean-Baptiste Kempf

Info: make the OK button smaller

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

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

diff --git a/vlc-android/res/layout/info_dialog.xml b/vlc-android/res/layout/info_dialog.xml
index 4a26807..81f2940 100644
--- a/vlc-android/res/layout/info_dialog.xml
+++ b/vlc-android/res/layout/info_dialog.xml
@@ -73,7 +73,7 @@
             android:id="@+id/ok"
             android:layout_width="0dip"
             android:layout_height="wrap_content"
-            android:layout_weight="0.5"
+            android:layout_weight="0.25"
             android:text="@android:string/ok" />
 
     </LinearLayout>



More information about the Android mailing list