summaryrefslogtreecommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-06-08 17:32:17 +0200
committerArne Schwabe <arne@rfc2549.org>2013-06-08 17:32:17 +0200
commit692875b3b3afa7408714ccb31ef73099757dc1ee (patch)
tree9ec2f522b58109d8793a9f8ad1ec1bf5420e094a /res/drawable
parent00d4add3e1ff720c33183d6f575d44a655a5bea8 (diff)
Fix icon displayed in the notification bar. Using a Leveldrawable does not work as expected.
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_notification_icon.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/res/drawable/ic_notification_icon.xml b/res/drawable/ic_notification_icon.xml
deleted file mode 100644
index 0bdb5f57..00000000
--- a/res/drawable/ic_notification_icon.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<level-list xmlns:android="http://schemas.android.com/apk/res/android">
- <!-- connected -->
- <item android:maxLevel="0" android:drawable="@drawable/ic_stat_vpn" />
- <!-- connecting, server reply -->
- <item android:maxLevel="1" android:drawable="@drawable/ic_stat_vpn_empty_halo" />
- <!-- connecting, no server rply yet -->
- <item android:maxLevel="2" android:drawable="@drawable/ic_stat_vpn_outline" />
- <!-- no useable network -->
- <item android:maxLevel="3" android:drawable="@drawable/ic_stat_vpn_offline" />
- <!-- Authentication failed -->
- <item android:maxLevel="4" android:drawable="@drawable/ic_stat_vpn_empty_halo" />
- <!-- client not running, not used -->
- <item android:maxLevel="5" android:drawable="@drawable/ic_stat_vpn_offline" />
- </level-list> \ No newline at end of file