diff options
Diffstat (limited to '')
13 files changed, 10 insertions, 0 deletions
diff --git a/android/VulpIRC/src/main/res/drawable-hdpi/drawer_shadow.9.png b/android/VulpIRC/src/main/res/drawable-hdpi/drawer_shadow.9.png Binary files differnew file mode 100644 index 0000000..236bff5 --- /dev/null +++ b/android/VulpIRC/src/main/res/drawable-hdpi/drawer_shadow.9.png diff --git a/android/VulpIRC/src/main/res/drawable-hdpi/ic_drawer.png b/android/VulpIRC/src/main/res/drawable-hdpi/ic_drawer.png Binary files differnew file mode 100644 index 0000000..6614ea4 --- /dev/null +++ b/android/VulpIRC/src/main/res/drawable-hdpi/ic_drawer.png diff --git a/android/VulpIRC/src/main/res/drawable-hdpi/ic_launcher.png b/android/VulpIRC/src/main/res/drawable-hdpi/ic_launcher.png Binary files differnew file mode 100644 index 0000000..c1b44cc --- /dev/null +++ b/android/VulpIRC/src/main/res/drawable-hdpi/ic_launcher.png diff --git a/android/VulpIRC/src/main/res/drawable-mdpi/drawer_shadow.9.png b/android/VulpIRC/src/main/res/drawable-mdpi/drawer_shadow.9.png Binary files differnew file mode 100644 index 0000000..ffe3a28 --- /dev/null +++ b/android/VulpIRC/src/main/res/drawable-mdpi/drawer_shadow.9.png diff --git a/android/VulpIRC/src/main/res/drawable-mdpi/ic_drawer.png b/android/VulpIRC/src/main/res/drawable-mdpi/ic_drawer.png Binary files differnew file mode 100644 index 0000000..b05c026 --- /dev/null +++ b/android/VulpIRC/src/main/res/drawable-mdpi/ic_drawer.png diff --git a/android/VulpIRC/src/main/res/drawable-mdpi/ic_launcher.png b/android/VulpIRC/src/main/res/drawable-mdpi/ic_launcher.png Binary files differnew file mode 100644 index 0000000..a1bf709 --- /dev/null +++ b/android/VulpIRC/src/main/res/drawable-mdpi/ic_launcher.png diff --git a/android/VulpIRC/src/main/res/drawable-xhdpi/drawer_shadow.9.png b/android/VulpIRC/src/main/res/drawable-xhdpi/drawer_shadow.9.png Binary files differnew file mode 100644 index 0000000..fabe9d9 --- /dev/null +++ b/android/VulpIRC/src/main/res/drawable-xhdpi/drawer_shadow.9.png diff --git a/android/VulpIRC/src/main/res/drawable-xhdpi/ic_drawer.png b/android/VulpIRC/src/main/res/drawable-xhdpi/ic_drawer.png Binary files differnew file mode 100644 index 0000000..bcf49dd --- /dev/null +++ b/android/VulpIRC/src/main/res/drawable-xhdpi/ic_drawer.png diff --git a/android/VulpIRC/src/main/res/drawable-xhdpi/ic_launcher.png b/android/VulpIRC/src/main/res/drawable-xhdpi/ic_launcher.png Binary files differnew file mode 100644 index 0000000..3b5ae5b --- /dev/null +++ b/android/VulpIRC/src/main/res/drawable-xhdpi/ic_launcher.png diff --git a/android/VulpIRC/src/main/res/drawable-xxhdpi/drawer_shadow.9.png b/android/VulpIRC/src/main/res/drawable-xxhdpi/drawer_shadow.9.png Binary files differnew file mode 100644 index 0000000..b91e9d7 --- /dev/null +++ b/android/VulpIRC/src/main/res/drawable-xxhdpi/drawer_shadow.9.png diff --git a/android/VulpIRC/src/main/res/drawable-xxhdpi/ic_drawer.png b/android/VulpIRC/src/main/res/drawable-xxhdpi/ic_drawer.png Binary files differnew file mode 100644 index 0000000..f7e3b30 --- /dev/null +++ b/android/VulpIRC/src/main/res/drawable-xxhdpi/ic_drawer.png diff --git a/android/VulpIRC/src/main/res/drawable-xxhdpi/ic_launcher.png b/android/VulpIRC/src/main/res/drawable-xxhdpi/ic_launcher.png Binary files differnew file mode 100644 index 0000000..b7df51b --- /dev/null +++ b/android/VulpIRC/src/main/res/drawable-xxhdpi/ic_launcher.png 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 |