am 235657db: am 73f8aa67: Merge change I4898b145 into eclair

Merge commit '235657dbe06c4fea8860ec9fef834a6b36da9700' into eclair-mr2-plus-aosp

* commit '235657dbe06c4fea8860ec9fef834a6b36da9700':
  Removed the fixed height in the sim unlock screen's header.
This commit is contained in:
Nicolas Catania
2009-11-13 13:46:49 -08:00
committed by Android Git Automerger

View File

@@ -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,8 +35,9 @@
android:layout_height="wrap_content"
android:layout_marginTop="9dip"
android:gravity="center"
android:lines="2"
android:textAppearance="?android:attr/textAppearanceLarge"
/>
/>
<RelativeLayout
android:layout_width="fill_parent"