mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-24 16:56:18 +00:00
Improve settings dependency
This commit is contained in:
parent
da0ea8c95c
commit
7d7a458cb9
2 changed files with 4 additions and 4 deletions
|
@ -199,12 +199,12 @@
|
|||
android:key="import"
|
||||
android:title="@string/setting_import" />
|
||||
<Preference
|
||||
android:dependency="filter"
|
||||
android:dependency="use_hosts"
|
||||
android:key="hosts_import"
|
||||
android:title="@string/setting_hosts" />
|
||||
<EditTextPreference
|
||||
android:defaultValue="http://www.netguard.me/hosts"
|
||||
android:dependency="filter"
|
||||
android:dependency="use_hosts"
|
||||
android:hint="http://www.netguard.me/hosts"
|
||||
android:key="hosts_url"
|
||||
android:title="@string/setting_hosts_url" />
|
||||
|
|
|
@ -199,12 +199,12 @@
|
|||
android:key="import"
|
||||
android:title="@string/setting_import" />
|
||||
<Preference
|
||||
android:dependency="filter"
|
||||
android:dependency="use_hosts"
|
||||
android:key="hosts_import"
|
||||
android:title="@string/setting_hosts" />
|
||||
<EditTextPreference
|
||||
android:defaultValue="http://www.netguard.me/hosts"
|
||||
android:dependency="filter"
|
||||
android:dependency="use_hosts"
|
||||
android:hint="http://www.netguard.me/hosts"
|
||||
android:key="hosts_url"
|
||||
android:title="@string/setting_hosts_url" />
|
||||
|
|
Loading…
Reference in a new issue