summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorKaiyi Zhang <kaiyiz@codeaurora.org>2013-07-24 13:48:36 +0800
committerSteve Kondik <shade@chemlab.org>2013-08-17 02:35:26 -0700
commitc9927e6569f2903249c4099eff12d169bdf9e696 (patch)
tree26ec4579350e8c34003c5b47b4f873b3937d2500 /res
parent83d5e013d2e6cf2d715bdeeb407975ee4abdbb68 (diff)
downloadpackages_apps_Trebuchet-c9927e6569f2903249c4099eff12d169bdf9e696.tar.gz
packages_apps_Trebuchet-c9927e6569f2903249c4099eff12d169bdf9e696.tar.bz2
packages_apps_Trebuchet-c9927e6569f2903249c4099eff12d169bdf9e696.zip
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
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/apps_customize_application.xml2
-rw-r--r--res/layout-port/apps_customize_application.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/res/layout-land/apps_customize_application.xml b/res/layout-land/apps_customize_application.xml
index e79ab75e4..499a9ee7e 100644
--- a/res/layout-land/apps_customize_application.xml
+++ b/res/layout-land/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" />
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" />