nutritionfactsorg / daily-dozen-android

Keep track of the foods that Dr. Greger recommends in his NYT's best-selling book, How Not to Die with this Android app
https://play.google.com/store/apps/details?id=org.nutritionfacts.dailydozen&hl=en
Other
274 stars 95 forks source link

Updates icon to an adaptive launcher icon as introduced in Android 8 #153

Closed jordansieve closed 4 years ago

slavick commented 4 years ago

Thank you for the PR, the adaptive icon looks good! Before I merge your PR, what did you do to the ic_launcher.png files? The smaller sizes shrunk a bit while the largest grew a bit?

jordansieve commented 4 years ago

I used the Image Asset Studio as described on this page: https://developer.android.com/studio/write/image-asset-studio#create-adaptive

I used the existing ic_launcher.png file from the minmap-xxxhdpi folder (which was the highest quality launcher icon I found), the green hex value, and adjusted the resize percentage.

slavick commented 4 years ago

Your changes have been included in the latest release: https://github.com/nutritionfactsorg/daily-dozen-android/pull/158

I'm closing this PR as I merged your changes locally during my testing. Apparently, github doesn't reflect that these changes are included in the master branch by doing that. Thank you for the PR!