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

Commit be2ca79a authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am 7dfc588a: Workaround for layout bug in SIM PIN/PUK views

* commit '7dfc588a':
  Workaround for layout bug in SIM PIN/PUK views
parents 8eb3048a 7dfc588a
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"/>