From ae77659307ef8b9dfadf2eb3dae0e406ddae7903 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 9 Nov 2015 17:29:17 -0800 Subject: #49 Add scrolling to widgets title's --- app/src/main/res/layout/appwidget4x1.xml | 11 ++++++++++- app/src/main/res/layout/appwidget4x2.xml | 11 ++++++++++- app/src/main/res/layout/appwidget4x3.xml | 11 ++++++++++- app/src/main/res/layout/appwidget4x4.xml | 11 ++++++++++- 4 files changed, 40 insertions(+), 4 deletions(-) (limited to 'app/src/main/res/layout') 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"> + + + + android:textStyle="bold" + android:focusable="true" + android:focusableInTouchMode="true" + android:scrollHorizontally="true" + android:marqueeRepeatLimit="marquee_forever"> + + + + android:textStyle="bold" + android:focusable="true" + android:focusableInTouchMode="true" + android:scrollHorizontally="true" + android:marqueeRepeatLimit="marquee_forever"> + + + + android:textStyle="bold" + android:focusable="true" + android:focusableInTouchMode="true" + android:scrollHorizontally="true" + android:marqueeRepeatLimit="marquee_forever"> + + +