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

Unverified Commit e2269523 authored by Michael Bestas's avatar Michael Bestas
Browse files

Settings: handle decrypting larger pattern sizes for sw600dp

* Apply bc864450 to layout-sw600dp
  in order to fix decryption with pattern larger than 3x3 on tablets

BUGBASH-671

Change-Id: Ic831adc73b7ab942c2f9b5bc65844b8f3c9f6f2d
parent c2dc4229
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -36,6 +36,17 @@

    </LinearLayout>

    <LinearLayout
        android:id="@+id/pattern_sizes"
        android:layout_width="@dimen/crypt_keeper_pattern_size"
        android:layout_height="@dimen/crypt_keeper_pattern_size"
        android:orientation="horizontal"
        android:layout_gravity="center_horizontal">

        <include layout="@layout/crypt_keeper_pattern_sizes" />

    </LinearLayout>

    <include layout="@layout/crypt_keeper_emergency_button" />

</LinearLayout>