Add static IP UI
Remove the existing UI and add per network static IP config option Change-Id: I9b8636e1559de9691144fdb54e20d40985896650
This commit is contained in:
@@ -43,54 +43,4 @@
|
||||
android:title="@string/wifi_advanced_ip_address_title"
|
||||
/>
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/wifi_ip_settings_titlebar"
|
||||
/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="use_static_ip"
|
||||
android:title="@string/wifi_use_static_ip"
|
||||
android:persistent="false"
|
||||
/>
|
||||
|
||||
<EditTextPreference
|
||||
android:dependency="use_static_ip"
|
||||
android:key="ip_address"
|
||||
android:title="@string/wifi_ip_address"
|
||||
android:persistent="false"
|
||||
android:singleLine="true"
|
||||
/>
|
||||
|
||||
<EditTextPreference
|
||||
android:dependency="use_static_ip"
|
||||
android:key="gateway"
|
||||
android:title="@string/wifi_gateway"
|
||||
android:persistent="false"
|
||||
android:singleLine="true"
|
||||
/>
|
||||
|
||||
<EditTextPreference
|
||||
android:dependency="use_static_ip"
|
||||
android:key="netmask"
|
||||
android:title="@string/wifi_netmask"
|
||||
android:persistent="false"
|
||||
android:singleLine="true"
|
||||
/>
|
||||
|
||||
<EditTextPreference
|
||||
android:dependency="use_static_ip"
|
||||
android:key="dns1"
|
||||
android:title="@string/wifi_dns1"
|
||||
android:persistent="false"
|
||||
android:singleLine="true"
|
||||
/>
|
||||
|
||||
<EditTextPreference
|
||||
android:dependency="use_static_ip"
|
||||
android:key="dns2"
|
||||
android:title="@string/wifi_dns2"
|
||||
android:persistent="false"
|
||||
android:singleLine="true"
|
||||
/>
|
||||
|
||||
</PreferenceScreen>
|
||||
|
Reference in New Issue
Block a user