From 7cef80fd39cbe81d0492a1dd0a56fa4d8438d188 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 30 Nov 2011 17:33:30 -0800 Subject: [PATCH] Working around issue where setting min height on RelativeLayout causes items to collapse. (Bug 5640357) Change-Id: Ide1822e19045f093c0c1c088839caa5cc8aea287 --- core/res/res/layout/global_actions_item.xml | 56 ++++++++++----------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/core/res/res/layout/global_actions_item.xml b/core/res/res/layout/global_actions_item.xml index 67b164479cbe0..13ab98513e8bb 100644 --- a/core/res/res/layout/global_actions_item.xml +++ b/core/res/res/layout/global_actions_item.xml @@ -14,48 +14,46 @@ limitations under the License. --> - + - - - - - - + + android:gravity="center_vertical" + android:textAppearance="?android:attr/textAppearanceLarge" + /> + + android:textAppearance="?android:attr/textAppearanceSmall" + /> + + \ No newline at end of file