From c9927e6569f2903249c4099eff12d169bdf9e696 Mon Sep 17 00:00:00 2001 From: Kaiyi Zhang Date: Wed, 24 Jul 2013 13:48:36 +0800 Subject: Launcher: Set Apps name in main menu list marquee when set font size as "Huge", Some Apps name in main menu list can not display completely . Set Apps name in main menu marquee and single line. Change-Id: I8f7f6a706af22efeeddedc1ba0e3f2e13a16b20e CRs-Fixed: 331425 --- res/layout-port/apps_customize_application.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/layout-port') diff --git a/res/layout-port/apps_customize_application.xml b/res/layout-port/apps_customize_application.xml index 213fe21f7..d45db8e58 100644 --- a/res/layout-port/apps_customize_application.xml +++ b/res/layout-port/apps_customize_application.xml @@ -24,6 +24,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center_horizontal" + android:ellipsize="marquee" + android:singleLine="true" android:focusable="true" android:background="@drawable/focusable_view_bg" /> -- cgit v1.2.3