am b03c6276: am a7155141: Merge "Disable "add network" button." into honeycomb

* commit 'b03c6276248475212d98e0ebae34dbf534f2c714':
  Disable "add network" button.
This commit is contained in:
Daisuke Miyakawa
2011-01-28 12:39:58 -08:00
committed by Android Git Automerger
2 changed files with 5 additions and 2 deletions

View File

@@ -137,7 +137,8 @@
style="@style/setup_wizard_button"
android:layout_alignParentLeft="true"
android:text="@string/wifi_setup_add_network"
android:enabled="false" />
android:enabled="false"
android:visibility="gone" />
<LinearLayout
android:layout_width="wrap_content"