From 1b48f530a2b8fc415b1f3fee48910b1c10a8bbb5 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 31 Jul 2014 14:25:24 +0200 Subject: [PATCH] Same fix as before for two more menu buttons --- res/layout/menu_about_chat_button.xml | 5 +++-- res/layout/menu_about_settings_button.xml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/res/layout/menu_about_chat_button.xml b/res/layout/menu_about_chat_button.xml index f2cd20b3c..f5b189018 100644 --- a/res/layout/menu_about_chat_button.xml +++ b/res/layout/menu_about_chat_button.xml @@ -3,9 +3,10 @@ android:id="@+id/about_chat" android:visibility="gone" xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_weight="0.2" + android:layout_weight="1" android:layout_width="0dp" - android:layout_height="wrap_content"> + android:layout_height="wrap_content" + android:adjustViewBounds="true"> + android:layout_height="wrap_content" + android:adjustViewBounds="true">