Use LinkProperties in WifiSettings UI

Change-Id: I6f59328173e9550a2822573a9b25517ebbec4024
This commit is contained in:
Irfan Sheriff
2010-10-05 16:14:26 -07:00
parent 297da30060
commit 34ce343004
4 changed files with 98 additions and 56 deletions

View File

@@ -271,9 +271,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dip"
android:text="@string/wifi_netmask" />
android:text="@string/wifi_network_prefix_length" />
<EditText android:id="@+id/netmask"
<EditText android:id="@+id/network_prefix_length"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true"