aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/appwidget4x4.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-11-09 17:29:17 -0800
committerScott Jackson <daneren2005@gmail.com>2015-11-09 17:29:17 -0800
commitae77659307ef8b9dfadf2eb3dae0e406ddae7903 (patch)
treeeea511112b00ec02de3aeefb95cd2f04630ebec5 /app/src/main/res/layout/appwidget4x4.xml
parent2fa4595ea11e60df6699654e8656b11adf604847 (diff)
downloaddsub-ae77659307ef8b9dfadf2eb3dae0e406ddae7903.tar.gz
dsub-ae77659307ef8b9dfadf2eb3dae0e406ddae7903.tar.bz2
dsub-ae77659307ef8b9dfadf2eb3dae0e406ddae7903.zip
#49 Add scrolling to widgets title's
Diffstat (limited to 'app/src/main/res/layout/appwidget4x4.xml')
-rw-r--r--app/src/main/res/layout/appwidget4x4.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/app/src/main/res/layout/appwidget4x4.xml b/app/src/main/res/layout/appwidget4x4.xml
index 96dceebb..d0668c28 100644
--- a/app/src/main/res/layout/appwidget4x4.xml
+++ b/app/src/main/res/layout/appwidget4x4.xml
@@ -53,7 +53,16 @@
android:text="Title"
android:layout_gravity="center_horizontal"
android:gravity="center"
- android:textStyle="bold" />
+ android:textStyle="bold"
+ android:focusable="true"
+ android:focusableInTouchMode="true"
+ android:scrollHorizontally="true"
+ android:marqueeRepeatLimit="marquee_forever">
+
+ <requestFocus android:focusable="true"
+ android:focusableInTouchMode="true"
+ android:duplicateParentState="true" />
+ </TextView>
<TextView
android:id="@+id/artist"