diff options
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/history_item.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/history_item.xml b/res/layout/history_item.xml index 3b3dd7a..f6076a0 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" /> <TextView android:id="@+id/url" android:textAppearance="?android:attr/textAppearanceSmall" @@ -50,7 +51,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" - android:ellipsize="end" + android:ellipsize="marquee" + android:marqueeRepeatLimit="marquee_forever" /> </LinearLayout> <CheckBox android:id="@+id/star" |