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

Commit 0a84c85c 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: 61bc481d

Change-Id: I73ac927455a92ffb1dae92eb6a08c83a449b8e7f
parents 068eabcc 61bc481d
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,7 @@
      android:id="@+id/controls_pin_input"
      android:id="@+id/controls_pin_input"
      android:layout_width="match_parent"
      android:layout_width="match_parent"
      android:layout_height="wrap_content"
      android:layout_height="wrap_content"
      android:minHeight="48dp"
      android:hint="@string/controls_pin_instructions"
      android:hint="@string/controls_pin_instructions"
      android:inputType="numberPassword" />
      android:inputType="numberPassword" />
  <CheckBox
  <CheckBox
@@ -32,5 +33,6 @@
      android:layout_width="match_parent"
      android:layout_width="match_parent"
      android:layout_height="wrap_content"
      android:layout_height="wrap_content"
      android:layout_marginTop="5dp"
      android:layout_marginTop="5dp"
      android:minHeight="48dp"
      android:text="@string/controls_pin_use_alphanumeric" />
      android:text="@string/controls_pin_use_alphanumeric" />
</LinearLayout>
</LinearLayout>