summaryrefslogtreecommitdiff
path: root/android/VulpIRC/src/main/res/drawable
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2014-02-18 02:54:06 +0100
committerTreeki <treeki@gmail.com>2014-02-18 02:54:06 +0100
commitd57224505be243c80e9dd64e00f0a7c3a1d841f0 (patch)
treefe2b7d5cc9b7ca993b50f526f73bcb8716c0a60e /android/VulpIRC/src/main/res/drawable
parent05568c427eff856d3049d4a18a707f1b0b358bd2 (diff)
downloadbounce4-d57224505be243c80e9dd64e00f0a7c3a1d841f0.tar.gz
bounce4-d57224505be243c80e9dd64e00f0a7c3a1d841f0.zip
add Android client
Diffstat (limited to 'android/VulpIRC/src/main/res/drawable')
-rw-r--r--android/VulpIRC/src/main/res/drawable/window_status.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/android/VulpIRC/src/main/res/drawable/window_status.xml b/android/VulpIRC/src/main/res/drawable/window_status.xml
new file mode 100644
index 0000000..232a645
--- /dev/null
+++ b/android/VulpIRC/src/main/res/drawable/window_status.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<level-list xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:minLevel="1" android:maxLevel="1">
+ <color android:color="#3fff" />
+ </item>
+ <item android:minLevel="2" android:maxLevel="2">
+ <color android:color="#fff" />
+ </item>
+</level-list> \ No newline at end of file