0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

Script to change icons to release colors

This commit is contained in:
Nicolas Raoul 2013-12-16 13:11:55 +09:00
parent 5745d145e2
commit 64ee8602e0

37
tools/change-icons-to-blue.sh Executable file
View File

@ -0,0 +1,37 @@
# Inspired from commit https://github.com/ankidroid/Anki-Android/commit/2474645ac31ff0e2a6e4bf8efa0a0fc56516490d
# App icon
wget -O ../res/drawable/anki.png \
https://github.com/ankidroid/Anki-Android/raw/1faa5059f12dc3df89ac25550565b3cfda91a6a2/res/drawable/anki.png
wget -O ../res/drawable-ldpi/anki.png \
https://github.com/ankidroid/Anki-Android/raw/1faa5059f12dc3df89ac25550565b3cfda91a6a2/res/drawable-ldpi/anki.png
wget -O ../res/drawable-mdpi/anki.png \
https://github.com/ankidroid/Anki-Android/raw/1faa5059f12dc3df89ac25550565b3cfda91a6a2/res/drawable-mdpi/anki.png
wget -O ../res/drawable-hdpi/anki.png \
https://raw.github.com/ankidroid/Anki-Android/1faa5059f12dc3df89ac25550565b3cfda91a6a2/res/drawable-hdpi/anki.png
wget -O ../res/drawable-xhdpi/anki.png \
https://github.com/ankidroid/Anki-Android/raw/1faa5059f12dc3df89ac25550565b3cfda91a6a2/res/drawable-xhdpi/anki.png
# Widget background
wget -O ../res/drawable-mdpi/widget_bg_small.png \
https://github.com/ankidroid/Anki-Android/raw/1faa5059f12dc3df89ac25550565b3cfda91a6a2/res/drawable-mdpi/widget_bg_small.png
wget -O ../res/drawable-hdpi/widget_bg_small.png \
https://raw.github.com/ankidroid/Anki-Android/1faa5059f12dc3df89ac25550565b3cfda91a6a2/res/drawable-hdpi/widget_bg_small.png
wget -O ../res/drawable-xhdpi/widget_bg_small.png \
https://github.com/ankidroid/Anki-Android/raw/1faa5059f12dc3df89ac25550565b3cfda91a6a2/res/drawable-xhdpi/widget_bg_small.png
# Widget background when reviews are finished (at that time it turns red)
wget -O ../res/drawable-mdpi/widget_bg_small_finish.png \
https://github.com/ankidroid/Anki-Android/raw/1faa5059f12dc3df89ac25550565b3cfda91a6a2/res/drawable-mdpi/widget_bg_small_finish.png
wget -O ../res/drawable-hdpi/widget_bg_small_finish.png \
https://github.com/ankidroid/Anki-Android/raw/1faa5059f12dc3df89ac25550565b3cfda91a6a2/res/drawable-hdpi/widget_bg_small_finish.png
wget -O ../res/drawable-xhdpi/widget_bg_small_finish.png \
https://github.com/ankidroid/Anki-Android/raw/1faa5059f12dc3df89ac25550565b3cfda91a6a2/res/drawable-xhdpi/widget_bg_small_finish.png