From 4a8ce08c047c6f6a350dba2876efdf8f857f1a8f Mon Sep 17 00:00:00 2001 From: Joshua Mccloskey Date: Fri, 10 Dec 2021 11:02:51 -0800 Subject: [PATCH] Add scrollable text to biometric prompt Test: Verified the marquee text scrolls if text is too large to display on a single line. Bug: 201045056 Change-Id: I7af434295fa90b9229e10a124b97c7f4588fb7c5 --- packages/SystemUI/res/layout/auth_biometric_contents.xml | 3 +++ .../src/com/android/systemui/biometrics/AuthBiometricView.java | 1 + 2 files changed, 4 insertions(+) diff --git a/packages/SystemUI/res/layout/auth_biometric_contents.xml b/packages/SystemUI/res/layout/auth_biometric_contents.xml index 3c9e44e2dba95..89690e8ff0ec0 100644 --- a/packages/SystemUI/res/layout/auth_biometric_contents.xml +++ b/packages/SystemUI/res/layout/auth_biometric_contents.xml @@ -73,6 +73,9 @@ android:accessibilityLiveRegion="polite" android:singleLine="true" android:ellipsize="marquee" + android:marqueeRepeatLimit="marquee_forever" + android:scrollHorizontally="true" + android:fadingEdge="horizontal" android:textColor="@color/biometric_dialog_gray"/>