From 08580e6918566801772261aae2572492d91bd2ad Mon Sep 17 00:00:00 2001 From: Owen Lin Date: Wed, 23 Sep 2009 08:15:15 +0800 Subject: Fix http://b/2131805. Just let make those long string be in two lines. Change-Id: I5a2fdc97716d51cce0a102b45f1f46e3d81332d8 --- res/layout/on_screen_menu_checkbox_item.xml | 4 ++-- res/layout/on_screen_menu_list_item.xml | 4 ++-- res/layout/on_screen_submenu_item.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'res/layout') diff --git a/res/layout/on_screen_menu_checkbox_item.xml b/res/layout/on_screen_menu_checkbox_item.xml index 5de3be0..5e8dab5 100644 --- a/res/layout/on_screen_menu_checkbox_item.xml +++ b/res/layout/on_screen_menu_checkbox_item.xml @@ -25,9 +25,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" - android:singleLine="true" + android:maxLines="2" + android:ellipsize="end" android:textAppearance="?android:attr/textAppearanceLarge" - android:ellipsize="marquee" android:fadingEdge="horizontal" />