1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2024-12-28 10:51:14 +00:00

Preference hint

This commit is contained in:
M66B 2016-02-06 19:52:29 +01:00
parent 548a00b315
commit a31d0b3bfe

View file

@ -185,6 +185,7 @@
android:title="@string/setting_hosts" />
<EditTextPreference
android:defaultValue="http://www.netguard.me/hosts"
android:hint="http://www.netguard.me/hosts"
android:key="hosts_url"
android:title="@string/setting_hosts_url" />
<Preference