1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2024-12-25 09:21:14 +00:00

Hosts lists usage depends on filter state

This commit is contained in:
licaon-kter 2016-03-17 01:30:10 +02:00
parent 5441f71cbf
commit d1028d32b0

View file

@ -195,11 +195,13 @@
android:title="@string/setting_import" /> android:title="@string/setting_import" />
<Preference <Preference
android:key="hosts_import" android:key="hosts_import"
android:dependency="filter"
android:title="@string/setting_hosts" /> android:title="@string/setting_hosts" />
<EditTextPreference <EditTextPreference
android:defaultValue="http://www.netguard.me/hosts" android:defaultValue="http://www.netguard.me/hosts"
android:hint="http://www.netguard.me/hosts" android:hint="http://www.netguard.me/hosts"
android:key="hosts_url" android:key="hosts_url"
android:dependency="filter"
android:title="@string/setting_hosts_url" /> android:title="@string/setting_hosts_url" />
<Preference <Preference
android:dependency="hosts_url" android:dependency="hosts_url"