summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2015-12-25 14:03:29 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2015-12-25 14:03:29 +0100
commitf68d39829f178fd7aae8f6af6fdc3684132d046f (patch)
treef3c77a5a95dca636c1db77fca03607fed04868d7
parent76edd6c448c55c4f9bcf37509ec372149c966993 (diff)
downloadweather-snowman-f68d39829f178fd7aae8f6af6fdc3684132d046f.tar.gz
weather-snowman-f68d39829f178fd7aae8f6af6fdc3684132d046f.zip
gradle: fix broken icons
-rw-r--r--AndroidClient/app/src/main/res/drawable-hdpi/ic_launcher.pngbin128 -> 3560 bytes
-rwxr-xr-xAndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_disabled_holo.pngbin128 -> 516 bytes
-rwxr-xr-xAndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_focused_holo.pngbin128 -> 665 bytes
-rwxr-xr-xAndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_disabled_holo.pngbin128 -> 1122 bytes
-rwxr-xr-xAndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_pressed_holo.pngbin128 -> 2171 bytes
-rw-r--r--AndroidClient/app/src/main/res/drawable-xhdpi/ic_launcher.pngbin128 -> 4965 bytes
-rwxr-xr-xAndroidClient/app/src/main/res/drawable/apptheme_scrubber_control_selector_holo_light.xmlbin128 -> 1166 bytes
-rw-r--r--AndroidClient/app/src/main/res/layout/main.xmlbin128 -> 220 bytes
8 files changed, 0 insertions, 0 deletions
diff --git a/AndroidClient/app/src/main/res/drawable-hdpi/ic_launcher.png b/AndroidClient/app/src/main/res/drawable-hdpi/ic_launcher.png
index 00bc047..d773e8c 100644
--- a/AndroidClient/app/src/main/res/drawable-hdpi/ic_launcher.png
+++ b/AndroidClient/app/src/main/res/drawable-hdpi/ic_launcher.png
Binary files differ
diff --git a/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_disabled_holo.png b/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_disabled_holo.png
index 00bc047..c6cc08d 100755
--- a/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_disabled_holo.png
+++ b/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_disabled_holo.png
Binary files differ
diff --git a/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_focused_holo.png b/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_focused_holo.png
index 00bc047..8f1fc32 100755
--- a/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_focused_holo.png
+++ b/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_focused_holo.png
Binary files differ
diff --git a/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_disabled_holo.png b/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_disabled_holo.png
index 00bc047..3859057 100755
--- a/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_disabled_holo.png
+++ b/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_disabled_holo.png
Binary files differ
diff --git a/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_pressed_holo.png b/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_pressed_holo.png
index 00bc047..3ea581c 100755
--- a/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_pressed_holo.png
+++ b/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_pressed_holo.png
Binary files differ
diff --git a/AndroidClient/app/src/main/res/drawable-xhdpi/ic_launcher.png b/AndroidClient/app/src/main/res/drawable-xhdpi/ic_launcher.png
index 00bc047..a58481e 100644
--- a/AndroidClient/app/src/main/res/drawable-xhdpi/ic_launcher.png
+++ b/AndroidClient/app/src/main/res/drawable-xhdpi/ic_launcher.png
Binary files differ
diff --git a/AndroidClient/app/src/main/res/drawable/apptheme_scrubber_control_selector_holo_light.xml b/AndroidClient/app/src/main/res/drawable/apptheme_scrubber_control_selector_holo_light.xml
index 00bc047..4eb5c24 100755
--- a/AndroidClient/app/src/main/res/drawable/apptheme_scrubber_control_selector_holo_light.xml
+++ b/AndroidClient/app/src/main/res/drawable/apptheme_scrubber_control_selector_holo_light.xml
Binary files differ
diff --git a/AndroidClient/app/src/main/res/layout/main.xml b/AndroidClient/app/src/main/res/layout/main.xml
index 00bc047..a6f61a4 100644
--- a/AndroidClient/app/src/main/res/layout/main.xml
+++ b/AndroidClient/app/src/main/res/layout/main.xml
Binary files differ