summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2009-09-23 08:15:15 +0800
committerOwen Lin <owenlin@google.com>2009-09-23 08:15:15 +0800
commit08580e6918566801772261aae2572492d91bd2ad (patch)
treee95f121da3d7fba2f21ad6aae292fc6b53056f4f /res/layout
parentec10eee5cd5006fbf8d6327f135c91af591cc723 (diff)
downloadLegacyCamera-08580e6918566801772261aae2572492d91bd2ad.zip
LegacyCamera-08580e6918566801772261aae2572492d91bd2ad.tar.gz
LegacyCamera-08580e6918566801772261aae2572492d91bd2ad.tar.bz2
Fix http://b/2131805. Just let make those long string be in two lines.
Change-Id: I5a2fdc97716d51cce0a102b45f1f46e3d81332d8
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/on_screen_menu_checkbox_item.xml4
-rw-r--r--res/layout/on_screen_menu_list_item.xml4
-rw-r--r--res/layout/on_screen_submenu_item.xml4
3 files changed, 6 insertions, 6 deletions
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" />
<CheckBox android:id="@+id/check_box"
diff --git a/res/layout/on_screen_menu_list_item.xml b/res/layout/on_screen_menu_list_item.xml
index f862d01..a458eb4 100644
--- a/res/layout/on_screen_menu_list_item.xml
+++ b/res/layout/on_screen_menu_list_item.xml
@@ -23,9 +23,9 @@
<TextView android:id="@+id/title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:singleLine="true"
+ android:maxLines="2"
+ android:ellipsize="end"
android:textAppearance="?android:attr/textAppearanceLarge"
- android:ellipsize="marquee"
android:fadingEdge="horizontal" />
<TextView android:id="@+id/summary"
diff --git a/res/layout/on_screen_submenu_item.xml b/res/layout/on_screen_submenu_item.xml
index fb28438..f05240a 100644
--- a/res/layout/on_screen_submenu_item.xml
+++ b/res/layout/on_screen_submenu_item.xml
@@ -23,9 +23,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:singleLine="true"
+ android:maxLines="2"
android:textAppearance="?android:attr/textAppearanceLarge"
- android:ellipsize="marquee"
+ android:ellipsize="end"
android:fadingEdge="horizontal" />
<RadioButton android:id="@+id/radio_button"
android:focusable="false"