am 717143ca: Fix 3339260: Remove emergency button from AccountUnlock screen

* commit '717143ca79ccccc8565117dfebcf9c6558d34e5b':
  Fix 3339260: Remove emergency button from AccountUnlock screen
This commit is contained in:
Jim Miller
2011-01-16 15:23:16 -08:00
committed by Android Git Automerger

View File

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