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

Commit 8808d97f authored by Konsta's avatar Konsta Committed by Gerrit Code Review
Browse files

keyguard: fix chopped layout on hdpi msim devices

* adapted from commit fa06992a

Change-Id: I23ebb212c96e3ef8aecebb43760cbea7d441b1fd
parent 9627c9dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    androidprv:layout_maxWidth="@dimen/keyguard_security_width"
    androidprv:layout_maxHeight="@dimen/keyguard_security_height"
    androidprv:layout_maxHeight="@dimen/keyguard_security_no_widget_height"
    android:gravity="center_horizontal">

    <ImageView
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    androidprv:layout_maxWidth="@dimen/keyguard_security_width"
    androidprv:layout_maxHeight="@dimen/keyguard_security_height"
    androidprv:layout_maxHeight="@dimen/keyguard_security_no_widget_height"
    android:gravity="center_horizontal">

    <ImageView