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

Commit 69277333 authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Fix 3330653: Update lockscreen layouts to match latest mocks"

parents 0ddd45e2 cf016984
Loading
Loading
Loading
Loading
−2.13 KiB (650 B)
Loading image diff...
−1.06 KiB (679 B)
Loading image diff...
−1.01 KiB (521 B)
Loading image diff...
−1.15 KiB (607 B)
Loading image diff...
+17 −12
Original line number Diff line number Diff line
@@ -23,16 +23,21 @@
    android:orientation="horizontal"
        >

    <!-- left side: status and emergency call button -->
    <LinearLayout
    <!-- left side: status -->
    <RelativeLayout
        android:layout_height="match_parent"
        android:layout_weight="1"
            android:layout_width="0dip"
            android:orientation="vertical"
            android:gravity="center_vertical"
                >
        <include layout="@layout/keyguard_screen_status_land" />
    </LinearLayout>
        android:layout_width="0dip">

        <include layout="@layout/keyguard_screen_status_land"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginLeft="102dip"
            android:layout_marginTop="320dip"
            android:layout_alignParentTop="true"
            android:layout_alignParentLeft="true"/>

    </RelativeLayout>

    <!-- right side: password -->
    <LinearLayout
Loading