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