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

Commit 73f8aa67 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I4898b145 into eclair

* changes:
  Removed the fixed height in the sim unlock screen's header.
parents 9284dec7 4898b145
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

    <LinearLayout android:id="@+id/topDisplayGroup"
        android:layout_width="fill_parent"
        android:layout_height="115dip"
        android:layout_height="wrap_content"
        android:layout_alignParentTop="true"
        android:orientation="vertical"
            >
@@ -35,6 +35,7 @@
            android:layout_height="wrap_content"
            android:layout_marginTop="9dip"
            android:gravity="center"
            android:lines="2"
            android:textAppearance="?android:attr/textAppearanceLarge"
            />