From 778bd2e3bafe338eaf38e790bf1cf97efff2c011 Mon Sep 17 00:00:00 2001 From: John Reck Date: Wed, 13 Apr 2011 12:30:01 -0700 Subject: Marquee history titles and urls Bug: 2762388 Change-Id: I2b10e9b9f845e1c9b29571b8ddd792702ca07832 --- res/layout/history_item.xml | 6 ++++-- src/com/android/browser/BookmarkItem.java | 10 ++++++++++ src/com/android/browser/BrowserHistoryPage.java | 1 + 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/res/layout/history_item.xml b/res/layout/history_item.xml index 3b3dd7a10..f6076a029 100644 --- a/res/layout/history_item.xml +++ b/res/layout/history_item.xml @@ -42,7 +42,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" - android:ellipsize="end" + android:ellipsize="marquee" + android:marqueeRepeatLimit="marquee_forever" />