add proxy hint texts
also, a minor fix for soft access point hint text Change-Id: Ib8facba1c252e6b7a8f29eb5792149943c0e15f0
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
android:maxLength="63" />
|
||||
|
||||
<TextView android:id="@+id/hint"
|
||||
style="?android:attr/textAppearanceSmallInverse"
|
||||
style="?android:attr/textAppearanceSmall"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="12sp"
|
||||
|
@@ -223,6 +223,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:visibility="gone">
|
||||
|
||||
<TextView android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/proxy_hostname_label" />
|
||||
@@ -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" />
|
||||
|
||||
<TextView android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -241,7 +242,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
android:inputType="textNoSuggestions" />
|
||||
android:hint="@string/proxy_port_hint" />
|
||||
|
||||
<TextView android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -251,7 +252,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
android:inputType="textNoSuggestions" />
|
||||
android:hint="@string/proxy_exclusionlist_hint" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
@@ -218,6 +218,7 @@
|
||||
<LinearLayout android:id="@+id/proxy_fields"
|
||||
style="@style/wifi_section"
|
||||
android:visibility="gone">
|
||||
|
||||
<LinearLayout style="@style/wifi_item">
|
||||
<TextView
|
||||
style="@style/wifi_item_label"
|
||||
@@ -225,8 +226,8 @@
|
||||
|
||||
<EditText android:id="@+id/proxy_hostname"
|
||||
style="@style/wifi_item_content"
|
||||
android:singleLine="true"
|
||||
android:inputType="textNoSuggestions" />
|
||||
android:hint="@string/proxy_hostname_hint"
|
||||
android:singleLine="true" />
|
||||
</LinearLayout>
|
||||
<LinearLayout style="@style/wifi_item">
|
||||
<TextView
|
||||
@@ -235,8 +236,8 @@
|
||||
|
||||
<EditText android:id="@+id/proxy_port"
|
||||
style="@style/wifi_item_content"
|
||||
android:singleLine="true"
|
||||
android:inputType="textNoSuggestions" />
|
||||
android:hint="@string/proxy_port_hint"
|
||||
android:singleLine="true" />
|
||||
</LinearLayout>
|
||||
<LinearLayout style="@style/wifi_item">
|
||||
<TextView
|
||||
@@ -245,8 +246,8 @@
|
||||
|
||||
<EditText android:id="@+id/proxy_exclusionlist"
|
||||
style="@style/wifi_item_content"
|
||||
android:singleLine="true"
|
||||
android:inputType="textNoSuggestions" />
|
||||
android:hint="@string/proxy_exclusionlist_hint"
|
||||
android:singleLine="true" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
|
Reference in New Issue
Block a user