aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/appwidget4x1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/appwidget4x1.xml')
-rw-r--r--app/src/main/res/layout/appwidget4x1.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/app/src/main/res/layout/appwidget4x1.xml b/app/src/main/res/layout/appwidget4x1.xml
index 5e306847..5f2536d8 100644
--- a/app/src/main/res/layout/appwidget4x1.xml
+++ b/app/src/main/res/layout/appwidget4x1.xml
@@ -48,7 +48,16 @@
android:text="Title"
android:textColor="@color/appwidget_text"
android:textSize="16sp"
- 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"