Merge "Hide e-call button in layout." into froyo
This commit is contained in:
committed by
Android (Google) Code Review
commit
15683534d1
@ -164,6 +164,7 @@
|
|||||||
android:layout_marginBottom="80dip"
|
android:layout_marginBottom="80dip"
|
||||||
style="@style/Widget.Button.Transparent"
|
style="@style/Widget.Button.Transparent"
|
||||||
android:drawablePadding="8dip"
|
android:drawablePadding="8dip"
|
||||||
|
android:visibility="gone"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
@ -163,6 +163,7 @@
|
|||||||
style="@style/Widget.Button.Transparent"
|
style="@style/Widget.Button.Transparent"
|
||||||
android:drawablePadding="8dip"
|
android:drawablePadding="8dip"
|
||||||
android:layout_marginRight="80dip"
|
android:layout_marginRight="80dip"
|
||||||
|
android:visibility="gone"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Reference in New Issue
Block a user