From 2f467dbbc4e63cbf58afa240fbc73265082f169d Mon Sep 17 00:00:00 2001 From: satok Date: Mon, 5 Mar 2012 16:06:07 +0900 Subject: [PATCH] Fix spell checker settings layout Change-Id: Ida36af8ae4e2ebd74a29d7b941bf718604de3b12 --- res/layout/preference_spellchecker.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/preference_spellchecker.xml b/res/layout/preference_spellchecker.xml index d8b4a75ec9b..9303670d692 100644 --- a/res/layout/preference_spellchecker.xml +++ b/res/layout/preference_spellchecker.xml @@ -46,7 +46,7 @@ android:id="@+android:id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:singleLine="true" + android:maxLines="2" android:textAppearance="?android:attr/textAppearanceMedium" android:ellipsize="marquee" android:fadingEdge="horizontal" />