diff options
| author | 2018-04-17 16:22:50 -0400 | |
|---|---|---|
| committer | 2018-04-17 16:22:50 -0400 | |
| commit | aca8c6352bf231ab9fe405bbf3488e661d7784e7 (patch) | |
| tree | 2b6c09913314b30767516d8f61d78def752221da | |
| parent | d7cea28bbc43e80dd7da44b275ffe53f127af0bf (diff) | |
Use locale text direction in keyguard carrier text
Test: visual in RTL
Change-Id: I5209c863e784a2720a338b03aa1ecafe2c9250d6
Fixes: 66995981
| -rw-r--r-- | packages/SystemUI/res/layout/keyguard_status_bar.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/keyguard_status_bar.xml b/packages/SystemUI/res/layout/keyguard_status_bar.xml index 70f1cd81d7b9..55da5bc4be15 100644 --- a/packages/SystemUI/res/layout/keyguard_status_bar.xml +++ b/packages/SystemUI/res/layout/keyguard_status_bar.xml @@ -69,6 +69,7 @@ android:layout_toStartOf="@id/system_icons_container" android:gravity="center_vertical" android:ellipsize="marquee" + android:textDirection="locale" android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="?attr/wallpaperTextColorSecondary" android:singleLine="true" /> |