diff options
| author | 2020-11-18 08:20:58 -0500 | |
|---|---|---|
| committer | 2020-11-18 14:17:23 +0000 | |
| commit | 1b5d2f6ff42f8157b2d5fed6e8d3990044bfbd26 (patch) | |
| tree | 55e240a62b70df5709ca631815a415c062f99de9 | |
| parent | 22ac0c0bd912b7bdc8fa7d1a4d2c83a788f641ce (diff) | |
Controls UI - RTL for input pin/password
Make sure the EditText input and hint are properly aligned for the
locale
Fixes: 158202169
Test: manual, force RTL
Change-Id: I3bce141d1a6767e4ccb73cbe533bcbd1ab253a73
| -rw-r--r-- | packages/SystemUI/res/layout/controls_dialog_pin.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/controls_dialog_pin.xml b/packages/SystemUI/res/layout/controls_dialog_pin.xml index 170b32b6c669..d0ef10b649bf 100644 --- a/packages/SystemUI/res/layout/controls_dialog_pin.xml +++ b/packages/SystemUI/res/layout/controls_dialog_pin.xml @@ -27,6 +27,7 @@ android:layout_height="wrap_content" android:minHeight="48dp" android:longClickable="false" + android:textAlignment="viewStart" android:inputType="numberPassword" /> <CheckBox android:id="@+id/controls_pin_use_alpha" |