am 07023777: am 9f71025b: Merge "Add emergency call button to PUK\'d lockscreen." into froyo

Merge commit '070237771e89bbf027ed85302df7a91fae0fa5c2' into kraken

* commit '070237771e89bbf027ed85302df7a91fae0fa5c2':
  Add emergency call button to PUK'd lockscreen.
This commit is contained in:
Daniel Sandler
2010-04-08 06:33:23 -07:00
committed by Android Git Automerger
2 changed files with 26 additions and 0 deletions

View File

@@ -150,5 +150,19 @@
android:layout_marginBottom="80dip" android:layout_marginBottom="80dip"
/> />
<!-- emergency call button shown when sim is PUKd and tab_selector is
hidden -->
<Button
android:id="@+id/emergencyCallButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableLeft="@drawable/ic_emergency"
android:layout_centerInParent="true"
android:layout_alignParentBottom="true"
android:layout_marginBottom="80dip"
style="@style/Widget.Button.Transparent"
android:drawablePadding="8dip"
/>
</RelativeLayout> </RelativeLayout>

View File

@@ -151,4 +151,16 @@
android:layout_marginRight="80dip" android:layout_marginRight="80dip"
/> />
<!-- emergency call button shown when sim is PUKd and tab_selector is
hidden -->
<Button
android:id="@+id/emergencyCallButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableLeft="@drawable/ic_emergency"
style="@style/Widget.Button.Transparent"
android:drawablePadding="8dip"
android:layout_marginRight="80dip"
/>
</LinearLayout> </LinearLayout>