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
This commit is contained in:
Matt Pietal
2020-11-18 08:20:58 -05:00
parent 22ac0c0bd9
commit 1b5d2f6ff4

View File

@@ -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"