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

Commit 235657db authored by Nicolas Catania's avatar Nicolas Catania Committed by Android Git Automerger
Browse files

am 73f8aa67: Merge change I4898b145 into eclair

Merge commit '73f8aa67' into eclair-mr2

* commit '73f8aa67':
  Removed the fixed height in the sim unlock screen's header.
parents f05ec923 73f8aa67
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"
            />