Merge change I4898b145 into eclair
* changes: Removed the fixed height in the sim unlock screen's header.
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
<LinearLayout android:id="@+id/topDisplayGroup"
|
<LinearLayout android:id="@+id/topDisplayGroup"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="115dip"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentTop="true"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
>
|
>
|
||||||
@@ -35,8 +35,9 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="9dip"
|
android:layout_marginTop="9dip"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
|
android:lines="2"
|
||||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
|
|||||||
Reference in New Issue
Block a user