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

Commit a8ae8c99 authored by Jesus David's avatar Jesus David
Browse files

Fix wrong include on tablet layouts

We're including keyguard_screen_status_land on portrait keyguard.
This fixes it

Change-Id: I11c5d7db669968a69e8ae3ee4e538b0b7380063d
parent 6077d33a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
                android:layout_height="512dip"
                />

            <include layout="@layout/keyguard_screen_status_land"
            <include layout="@layout/keyguard_screen_status_port"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="50dip"