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

Commit 717143ca authored by Jim Miller's avatar Jim Miller
Browse files

Fix 3339260: Remove emergency button from AccountUnlock screen

Also minor fix to "sign in" button (bug 3347233).

Change-Id: I3710088b7ec554a7fc4214b088eb4cc5ce949de0
parent 94677083
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -29,8 +29,7 @@
        android:layout_above="@+id/emergencyCall">
        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
                >
            android:layout_height="match_parent">

            <TextView
                android:id="@+id/topHeader"
@@ -92,7 +91,7 @@
            <!-- ok below password, aligned to right of screen -->
            <Button
                android:id="@+id/ok"
                android:layout_width="85dip"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_below="@id/password"
                android:layout_marginTop="7dip"
@@ -121,6 +120,7 @@
        android:drawableLeft="@drawable/ic_emergency"
        android:drawablePadding="8dip"
        android:text="@android:string/lockscreen_emergency_call"
        android:visibility="gone"
        />

</LinearLayout>