Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd924be2 authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

Merge "Controls a11y - Ensure minHeight on dialogs" into rvc-dev am:...

Merge "Controls a11y - Ensure minHeight on dialogs" into rvc-dev am: 61bc481d am: 0a84c85c am: ad50f4dd am: 4b413ea8

Change-Id: Ibb66ea9f141a9bd33bd655cafdd3efe84292e8e2
parents 5cc7b18f 4b413ea8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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>