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

Commit e355c70c authored by Jim Miller's avatar Jim Miller
Browse files

Fix 3191824: Fix lockscreen portrait mode for xlarge devices

This fixes a number of bugs in the layout file for lockscreen.

Change-Id: I58f66389939e91e8e2184940d6824e0fe0650986
parent 9d305170
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@
  state of the device, as well as instructions on how to get past it
  depending on the state of the device.  It is the same for landscape
  and portrait.-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tabunlock="http://schemas.android.com/apk/res/com.android.tabunlock"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#70000000"
    android:gravity="center_horizontal"
    android:id="@+id/root">
    android:orientation="vertical"
    android:id="@+id/root"
    android:background="#70000000">

    <!-- left side: status and emergency call button -->
    <LinearLayout
@@ -35,9 +35,8 @@
        android:layout_height="0dip"
        android:layout_weight="1"
        android:orientation="vertical"
            android:gravity="center_vertical"
                >
        <include layout="@layout/keyguard_screen_status_land" />
        android:gravity="center_vertical">
        <include layout="@layout/keyguard_screen_status_port" />
    </LinearLayout>

    <LinearLayout
@@ -61,6 +60,7 @@
            android:id="@+id/wave_view"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center"
            />

        <!-- "emergency calls only" shown when sim is missing or PUKd -->
@@ -93,5 +93,5 @@
            />
    </LinearLayout>

</RelativeLayout>
</LinearLayout>