Merge "[Lock screen] Add a11y string for password" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f89334d502
@@ -49,6 +49,7 @@
|
||||
<EditText android:id="@+id/passwordEntry"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/keyguard_accessibility_password"
|
||||
android:gravity="center_horizontal"
|
||||
android:singleLine="true"
|
||||
android:textStyle="normal"
|
||||
|
||||
@@ -120,6 +120,9 @@
|
||||
|
||||
<!-- Accessibility description of the PIN password view. [CHAR_LIMIT=none] -->
|
||||
<string name="keyguard_accessibility_pin_area">PIN area</string>
|
||||
<!-- Accessibility description of the normal password view. [CHAR_LIMIT=none] -->
|
||||
<string name="keyguard_accessibility_password">Device password</string>
|
||||
|
||||
<!-- Accessibility description of the SIM PIN password view. [CHAR_LIMIT=none] -->
|
||||
<string name="keyguard_accessibility_sim_pin_area">SIM PIN area</string>
|
||||
<!-- Accessibility description of the SIM PUK password view. [CHAR_LIMIT=none] -->
|
||||
|
||||
Reference in New Issue
Block a user