am 15683534: Merge "Hide e-call button in layout." into froyo

Merge commit '15683534d1f1ca76a9a59ed921219db46ff5f800' into froyo-plus-aosp

* commit '15683534d1f1ca76a9a59ed921219db46ff5f800':
  Hide e-call button in layout.
This commit is contained in:
Daniel Sandler
2010-04-13 06:05:20 -07:00
committed by Android Git Automerger
2 changed files with 2 additions and 0 deletions

View File

@ -164,6 +164,7 @@
android:layout_marginBottom="80dip"
style="@style/Widget.Button.Transparent"
android:drawablePadding="8dip"
android:visibility="gone"
/>
</RelativeLayout>

View File

@ -163,6 +163,7 @@
style="@style/Widget.Button.Transparent"
android:drawablePadding="8dip"
android:layout_marginRight="80dip"
android:visibility="gone"
/>
</LinearLayout>