am fb9ecde4: am 18d6fe1a: Widen default password field length in Wifi setup

* commit 'fb9ecde417113b3ffa075772252623c05bf6e36f':
  Widen default password field length in Wifi setup
This commit is contained in:
Daisuke Miyakawa
2011-01-18 10:15:37 -08:00
committed by Android Git Automerger

View File

@@ -69,7 +69,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal"> android:orientation="horizontal">
<TextView android:layout_width="wrap_content" <TextView android:layout_width="wrap_content"
android:minWidth="88dip" android:minWidth="80dip"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/wifi_password" /> android:text="@string/wifi_password" />
<EditText android:id="@+id/password" <EditText android:id="@+id/password"