HackMyChurch / aelf-dailyreadings

AELF daily readings is the easiest and most discrete daily reading application on the play store. https://play.google.com/store/apps/details?id=co.epitre.aelf_lectures
MIT License
46 stars 13 forks source link

[core] fix the black share icon #21

Closed yadutaf closed 5 years ago

yadutaf commented 5 years ago

On Android 5.1, the share icon appears black. Technically, we imported a black share icon and set the "tint" to white et runtime. Since this is the only occurence of this technique and we always set it to white, this commit fixes this issue by embedding the white image directly into the application.

nathanael-h commented 5 years ago

Small changes. Tested on my phone (Android 8), seems Ok. It is necessary to test it on Android 5 ?

yadutaf commented 5 years ago

I tested it in an emulator, it works fine :)