From 6af860ef036ac1b196157a8929206be0f285c967 Mon Sep 17 00:00:00 2001 From: Nico60 Date: Wed, 22 Jan 2020 17:19:04 +0100 Subject: [PATCH] Cherish:Hide arrows in Network Traffic indicators [2/2] Change-Id: I3fb279fb5782e34be33356163d0ff5c1619c308b --- res/drawable/ic_arrow.xml | 4 ++++ res/values/cherish_strings.xml | 2 ++ res/xml/cherish_settings_statusbar.xml | 16 ++++++++++++---- 3 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 res/drawable/ic_arrow.xml diff --git a/res/drawable/ic_arrow.xml b/res/drawable/ic_arrow.xml new file mode 100644 index 0000000..4a4d330 --- /dev/null +++ b/res/drawable/ic_arrow.xml @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 30b4e92..5beb5f5 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -195,5 +195,7 @@ Uplink and Downlink Show net activity in statusbar Net activity autohide threshold (KB/s) + Hide arrows + Hide the network traffic indicator arrows diff --git a/res/xml/cherish_settings_statusbar.xml b/res/xml/cherish_settings_statusbar.xml index acb85e6..5ff33ac 100644 --- a/res/xml/cherish_settings_statusbar.xml +++ b/res/xml/cherish_settings_statusbar.xml @@ -14,7 +14,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:title="@string/statusbar_title" xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"> - + @@ -39,7 +39,15 @@ android:max="10" settings:min="0" settings:units="" /> - + + + - + - \ No newline at end of file + \ No newline at end of file