From: Reimar Döffinger Date: Sun, 5 Apr 2020 10:35:22 +0000 (+0200) Subject: Add adaptive icon. X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=commitdiff_plain;h=73be4260d11dd332c1a7cf1f6a61592758cdad12 Add adaptive icon. Big thanks to Michael Vogel for (re-)creating the background image, and others on github for help and advice - and sorry for not responding so long! Fixes issue #87. --- diff --git a/images/icon.xcf b/images/icon.xcf index 706d0a1..76c8dc4 100644 Binary files a/images/icon.xcf and b/images/icon.xcf differ diff --git a/res/drawable-anydpi-v26/icon.xml b/res/drawable-anydpi-v26/icon.xml new file mode 100644 index 0000000..ca95926 --- /dev/null +++ b/res/drawable-anydpi-v26/icon.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/res/drawable-nodpi/icon_background.png b/res/drawable-nodpi/icon_background.png new file mode 100644 index 0000000..59f5c1c Binary files /dev/null and b/res/drawable-nodpi/icon_background.png differ diff --git a/res/drawable-nodpi/icon_foreground.png b/res/drawable-nodpi/icon_foreground.png new file mode 100644 index 0000000..a73fc91 Binary files /dev/null and b/res/drawable-nodpi/icon_foreground.png differ