aboutsummaryrefslogtreecommitdiff
path: root/res/layout/appwidget4x2.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-12-12 22:36:22 -0800
committerScott Jackson <daneren2005@gmail.com>2013-12-12 22:36:22 -0800
commitd11914d65450061d92d7fec12e51f7b8cb6a1fb8 (patch)
tree241b63dade67e27fa902f4516860d00557378e84 /res/layout/appwidget4x2.xml
parent6ad4c29a79c3c405fb6a6f28ee3fba5bf7431c8c (diff)
downloaddsub-d11914d65450061d92d7fec12e51f7b8cb6a1fb8.tar.gz
dsub-d11914d65450061d92d7fec12e51f7b8cb6a1fb8.tar.bz2
dsub-d11914d65450061d92d7fec12e51f7b8cb6a1fb8.zip
Fix text running off both sides of screen on widgets
Diffstat (limited to 'res/layout/appwidget4x2.xml')
-rw-r--r--res/layout/appwidget4x2.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/appwidget4x2.xml b/res/layout/appwidget4x2.xml
index 8409bbbf..0101f76a 100644
--- a/res/layout/appwidget4x2.xml
+++ b/res/layout/appwidget4x2.xml
@@ -38,7 +38,7 @@
android:id="@+id/title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:ellipsize="none"
+ android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:fadingEdgeLength="20dip"
android:minHeight="16sp"
@@ -57,7 +57,7 @@
android:id="@+id/artist"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:ellipsize="none"
+ android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:fadingEdgeLength="10dip"
android:minHeight="12sp"
@@ -74,7 +74,7 @@
android:id="@+id/album"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:ellipsize="none"
+ android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:fadingEdgeLength="10dip"
android:minHeight="12sp"