Cherish:Add network traffic type [2/2]
Change-Id: Ib14267df32525439ea67f9b7874a15965a4c5a7c Signed-off-by: Josh Fox (XlxFoXxlX) <joshfox87@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
-->
|
||||
|
||||
<PreferenceScreen
|
||||
android:title="@string/network_traffic"
|
||||
android:title="@string/network_traffic_state_title"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
|
||||
|
||||
@@ -23,6 +23,14 @@
|
||||
android:entries="@array/network_traffic_location_entries"
|
||||
android:entryValues="@array/network_traffic_location_values"
|
||||
android:persistent="false" />
|
||||
|
||||
<ListPreference
|
||||
android:key="network_traffic_type"
|
||||
android:title="@string/network_traffic_type"
|
||||
android:entries="@array/show_network_traffic_type_entries"
|
||||
android:entryValues="@array/show_network_traffic_type_values"
|
||||
android:defaultValue="0"
|
||||
android:persistent="false" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
android:key="network_traffic_autohide_threshold"
|
||||
|
||||
Reference in New Issue
Block a user