Cherish: Add Network traffic location

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Anushek Prasal
2020-05-13 21:16:19 +05:30
committed by Hưng Phan
parent bc63f10c90
commit 02f68e76af
3 changed files with 22 additions and 0 deletions

View File

@@ -23,6 +23,14 @@
android:key="network_traffic_state"
android:title="@string/network_traffic_state_title"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="network_traffic_location"
android:title="@string/network_traffic_location_title"
android:entries="@array/network_traffic_location_entries"
android:entryValues="@array/network_traffic_location_values"
android:defaultValue="0"
android:dependency="network_traffic_state" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="network_traffic_autohide_threshold"