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

Commit 7dfc588a authored by Jim Miller's avatar Jim Miller
Browse files

Workaround for layout bug in SIM PIN/PUK views

This prevents a degenerate layout while we figure out what's
going on.

Change-Id: I99d1c6e5ce59fd48a74258158208270b775c1511
parent 87d0366d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
    android:gravity="center_horizontal">

    <ImageView
        android:layout_width="wrap_content"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:src="@drawable/ic_lockscreen_sim"/>

+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
    android:gravity="center_horizontal">

    <ImageView
        android:layout_width="wrap_content"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:src="@drawable/ic_lockscreen_sim"/>