mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-09 03:31:46 +00:00
parent
72709f3cb8
commit
697defb1a7
1 changed files with 2 additions and 0 deletions
|
@ -257,12 +257,14 @@
|
||||||
android:key="socks_proxy_address"
|
android:key="socks_proxy_address"
|
||||||
android:title="@string/socks_proxy_address_title"
|
android:title="@string/socks_proxy_address_title"
|
||||||
android:summary=""
|
android:summary=""
|
||||||
|
android:hint="@string/socks_proxy_address_title"
|
||||||
android:inputType="textUri|textNoSuggestions" />
|
android:inputType="textUri|textNoSuggestions" />
|
||||||
|
|
||||||
<EditTextPreference
|
<EditTextPreference
|
||||||
android:key="http_proxy_address"
|
android:key="http_proxy_address"
|
||||||
android:title="@string/http_proxy_address_title"
|
android:title="@string/http_proxy_address_title"
|
||||||
android:summary=""
|
android:summary=""
|
||||||
|
android:hint="@string/http_proxy_address_title"
|
||||||
android:inputType="textUri|textNoSuggestions" />
|
android:inputType="textUri|textNoSuggestions" />
|
||||||
|
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
|
|
Loading…
Reference in a new issue