aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/appwidget4x2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/appwidget4x2.xml')
-rw-r--r--app/src/main/res/layout/appwidget4x2.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/app/src/main/res/layout/appwidget4x2.xml b/app/src/main/res/layout/appwidget4x2.xml
index 9d94a3c6..ae613534 100644
--- a/app/src/main/res/layout/appwidget4x2.xml
+++ b/app/src/main/res/layout/appwidget4x2.xml
@@ -51,7 +51,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"