From 086147c869fe343270f2e3c845d6a82c7bae17aa Mon Sep 17 00:00:00 2001 From: Irfan Sheriff Date: Tue, 1 Mar 2011 15:01:42 -0800 Subject: [PATCH] add proxy hint texts also, a minor fix for soft access point hint text Change-Id: Ib8facba1c252e6b7a8f29eb5792149943c0e15f0 --- res/layout/wifi_ap_dialog.xml | 2 +- res/layout/wifi_config_preference.xml | 7 ++++--- res/layout/wifi_dialog.xml | 13 +++++++------ res/values/strings.xml | 8 +++++++- 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/res/layout/wifi_ap_dialog.xml b/res/layout/wifi_ap_dialog.xml index a1344600e7e..d458cd3918e 100644 --- a/res/layout/wifi_ap_dialog.xml +++ b/res/layout/wifi_ap_dialog.xml @@ -84,7 +84,7 @@ android:maxLength="63" /> + @@ -231,7 +232,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" - android:inputType="textNoSuggestions" /> + android:hint="@string/proxy_hostname_hint" /> + android:hint="@string/proxy_port_hint" /> + android:hint="@string/proxy_exclusionlist_hint" /> diff --git a/res/layout/wifi_dialog.xml b/res/layout/wifi_dialog.xml index a530a848d24..7d199bdd362 100644 --- a/res/layout/wifi_dialog.xml +++ b/res/layout/wifi_dialog.xml @@ -218,6 +218,7 @@ + + android:hint="@string/proxy_hostname_hint" + android:singleLine="true" /> + android:hint="@string/proxy_port_hint" + android:singleLine="true" /> + android:hint="@string/proxy_exclusionlist_hint" + android:singleLine="true" /> diff --git a/res/values/strings.xml b/res/values/strings.xml index ff04cf73f28..fdf499aecd9 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -313,14 +313,20 @@ Clear Proxy port + + 8080 - No Proxy for + Bypass proxy for + + example.com,mycomp.test.com,localhost Restore defaults Done Proxy hostname + + proxy.example.com Attention