From 2b0c477663ec92e124511d200346208e63674abf Mon Sep 17 00:00:00 2001 From: Sourajit Karmakar Date: Sun, 16 Jul 2023 22:45:24 -0400 Subject: [PATCH] SystemUI: Stop scrolling the QS carrier text This change switches the QS carrier label text from an AutoMarqueeTextView -> TextView. This stops the text from scrolling to begin with. Then we expand the width of the text box and right align the text which prevents the text from forming an ellipsize. Much needed UX improvement since with some long carrier names the scrolling text would be really annoying to me and users. This also keeps in mind that the dual SIM view so both carrier names are properly visible. Test: m and check expanded QS carrier text. Tested with T-Mobile and Wi-Fi Calling enabled. Change-Id: I46cc908ab01efa9e252e71007236cb1570dee21b --- packages/SystemUI/res/layout/qs_carrier.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/SystemUI/res/layout/qs_carrier.xml b/packages/SystemUI/res/layout/qs_carrier.xml index a854660f64f8..1a5a80332b9a 100644 --- a/packages/SystemUI/res/layout/qs_carrier.xml +++ b/packages/SystemUI/res/layout/qs_carrier.xml @@ -28,14 +28,15 @@ android:clipToPadding="false" android:focusable="true" > -