diff --git a/res/layout/vpn_dialog.xml b/res/layout/vpn_dialog.xml
index 062772ee892..fadd2025f14 100644
--- a/res/layout/vpn_dialog.xml
+++ b/res/layout/vpn_dialog.xml
@@ -13,7 +13,10 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+ android:inputType="textPassword"/>
+
-
+ android:id="@+id/vpn_proxy_host_layout"
+ android:hint="@string/proxy_hostname_label"
+ app:endIconMode="clear_text"
+ app:helperTextEnabled="true"
+ app:helperText="@string/proxy_hostname_hint"
+ app:errorEnabled="true">
+
+
-
-
-
-
-
+ android:id="@+id/vpn_proxy_port_layout"
+ android:hint="@string/proxy_port_label"
+ app:endIconMode="clear_text"
+ app:helperTextEnabled="true"
+ app:helperText="@string/proxy_port_hint"
+ app:errorEnabled="true">
+
+
@@ -182,18 +212,28 @@
android:layout_height="wrap_content"
android:orientation="vertical">
-
-
+
+
-
-
+
+ android:inputType="textPassword"/>
+