Merge "Controls a11y - Ensure minHeight on dialogs" into rvc-dev am: 61bc481d62 am: 0a84c85c1b

Change-Id: I7d8fb79e0f2502e0a906006c0fe41e55bd6688be
This commit is contained in:
Matt Pietal
2020-04-13 19:02:08 +00:00
committed by Automerger Merge Worker

View File

@@ -25,6 +25,7 @@
android:id="@+id/controls_pin_input"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:hint="@string/controls_pin_instructions"
android:inputType="numberPassword" />
<CheckBox
@@ -32,5 +33,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:minHeight="48dp"
android:text="@string/controls_pin_use_alphanumeric" />
</LinearLayout>