1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-07 10:42:07 +00:00

Add screen reader label (fixes #297) (#298)

This commit is contained in:
Catfriend1 2019-02-03 11:46:13 +01:00 committed by GitHub
parent 72709f3cb8
commit 697defb1a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -257,12 +257,14 @@
android:key="socks_proxy_address"
android:title="@string/socks_proxy_address_title"
android:summary=""
android:hint="@string/socks_proxy_address_title"
android:inputType="textUri|textNoSuggestions" />
<EditTextPreference
android:key="http_proxy_address"
android:title="@string/http_proxy_address_title"
android:summary=""
android:hint="@string/http_proxy_address_title"
android:inputType="textUri|textNoSuggestions" />
<CheckBoxPreference