Files
arcanechat-android/src/debug
imgbot[bot] 40e60f54bc [ImgBot] Optimize images (#2568)
*Total -- 144.77kb -> 116.33kb (19.64%)

/res/mipmap-xxhdpi/ic_launcher_foreground.png -- 16.06kb -> 11.63kb (27.61%)
/res/mipmap-xhdpi/ic_launcher_foreground.png -- 10.91kb -> 7.91kb (27.46%)
/res/mipmap-xxxhdpi/ic_launcher_foreground.png -- 21.07kb -> 15.37kb (27.04%)
/res/mipmap-hdpi/ic_launcher_foreground.png -- 9.00kb -> 6.63kb (26.37%)
/res/mipmap-mdpi/ic_launcher_foreground.png -- 7.12kb -> 5.47kb (23.2%)
/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png -- 7.56kb -> 6.04kb (20.15%)
/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png -- 10.14kb -> 8.13kb (19.87%)
/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png -- 12.99kb -> 10.64kb (18.05%)
/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png -- 20.66kb -> 17.74kb (14.12%)
/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png -- 27.83kb -> 25.37kb (8.84%)
/res/drawable-xxxhdpi/ic_swap_vert_white_24dp.png -- 0.73kb -> 0.72kb (1.99%)
/res/drawable-xxhdpi/ic_swap_vert_white_24dp.png -- 0.69kb -> 0.68kb (1.27%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-05-23 13:08:37 +02:00
..
2023-05-23 13:08:37 +02:00

the main purpose of this directory is to define a different ic_launcher icon for the build-type 'debug'.

the build-process seems to prefer files from /src/debug/res over the ones from the /res, not totally sure, however, it works :)

btw the dev-icon is not available as vector graphic, the original source is in xxhdpi - all other resolutions are just scaled with gimp.

via http://onebigfunction.com/android/2016/10/06/flavor-flav-android-product-flavors-explained/