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

Commit 37d41187 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Lock screen message alignment

Fixes issue where lock screen message would be behind the
notification shade.

Test: visual
Change-Id: I4f75cfc4a8099f18465770195bb963e5f7e90de2
Fixes: 72419031
parent b16d8236
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginBottom="@dimen/widget_vertical_padding"
        android:orientation="vertical">
        <RelativeLayout
            android:id="@+id/keyguard_clock_container"
@@ -63,7 +64,6 @@
            <include layout="@layout/keyguard_status_area"
                android:id="@+id/keyguard_status_area"
                android:layout_marginTop="20dp"
                android:layout_marginBottom="@dimen/widget_vertical_padding"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_below="@id/clock_separator" />
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@
    <dimen name="password_char_padding">8dp</dimen>

    <!-- The vertical margin between the date and the owner info. -->
    <dimen name="date_owner_info_margin">6dp</dimen>
    <dimen name="date_owner_info_margin">2dp</dimen>

    <!-- The translation for disappearing security views after having solved them. -->
    <dimen name="disappear_y_translation">-32dp</dimen>