* commit 'fb9ecde417113b3ffa075772252623c05bf6e36f': Widen default password field length in Wifi setup
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user