diff options
| author | 2024-01-09 14:45:32 +0000 | |
|---|---|---|
| committer | 2024-01-09 14:45:32 +0000 | |
| commit | a48f5a5bec2da1661addb932076bf6bb317dc366 (patch) | |
| tree | 513d999d66e854d2d1c8fccbc1c6e147bce588c9 | |
| parent | 173013bb5f52faeaef702396af8b929678f9fa90 (diff) | |
| parent | df256c8696954a407c27c959b67528d6d5ab7422 (diff) | |
Merge "Fix RTL text alignement for build string in QS panel" into main
| -rw-r--r-- | packages/SystemUI/res/layout/qs_footer_impl.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/qs_footer_impl.xml b/packages/SystemUI/res/layout/qs_footer_impl.xml index 7ab44e70e6fe..73874a08b0bd 100644 --- a/packages/SystemUI/res/layout/qs_footer_impl.xml +++ b/packages/SystemUI/res/layout/qs_footer_impl.xml @@ -44,6 +44,8 @@ android:ellipsize="marquee" android:focusable="true" android:gravity="center_vertical" + android:textDirection="locale" + android:textAlignment="viewStart" android:singleLine="true" android:textAppearance="@style/TextAppearance.QS.Status.Build" android:visibility="gone" /> |