summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2010-04-21 09:46:57 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2010-04-21 09:46:57 -0700
commit2c3265af7419c35c1084fd5c1e4726abcdd90f40 (patch)
treed60d55cd22e46eec08067b426a473eaa6d527629 /res
parentea87b6d75cf04051b327c89338951c7d1377c16f (diff)
parent68b8069862314a26dbacd28d13dd4c6bea8b6141 (diff)
downloadpackages_apps_Settings-2c3265af7419c35c1084fd5c1e4726abcdd90f40.zip
packages_apps_Settings-2c3265af7419c35c1084fd5c1e4726abcdd90f40.tar.gz
packages_apps_Settings-2c3265af7419c35c1084fd5c1e4726abcdd90f40.tar.bz2
merge from open-source master
Change-Id: I9d308271306bfcbdc0ef461605f800e5d48334a3
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
-rw-r--r--res/xml/wifi_advanced_settings.xml5
2 files changed, 8 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 871036b..0d19a08 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -869,6 +869,9 @@
<!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's MAC address. -->
<string name="wifi_advanced_mac_address_title">MAC address</string>
<!-- Title of the screen to adjust IP settings -->
+ <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's current IP address. -->
+ <string name="wifi_advanced_ip_address_title">IP address</string>
+
<string name="wifi_ip_settings_titlebar">IP settings</string>
<!-- Menu ietm to save the IP settings -->
<string name="wifi_ip_settings_menu_save">Save</string>
diff --git a/res/xml/wifi_advanced_settings.xml b/res/xml/wifi_advanced_settings.xml
index 3e0ff05..e603be9 100644
--- a/res/xml/wifi_advanced_settings.xml
+++ b/res/xml/wifi_advanced_settings.xml
@@ -38,6 +38,11 @@
android:title="@string/wifi_advanced_mac_address_title"
/>
+ <Preference android:key="current_ip_address"
+ style="?android:attr/preferenceInformationStyle"
+ android:title="@string/wifi_advanced_ip_address_title"
+ />
+
<PreferenceCategory
android:title="@string/wifi_ip_settings_titlebar"
/>