Closed xmha97 closed 1 year ago
The app already uses an adaptive icon.
On Xiaomi phones, there is no animation when the icon of this app moves.
@Waboodoo Please reopen this issue.
Interesting... I cannot reproduce this on any of my devices, so I suspect this is specific to Xiaomi. I have an idea what might be the cause, but as I can't test it I can't guarantee that that will fix it.
@Waboodoo When will the new version be released?
I don't know yet. I still have some other bugs I need to look into that I want to have fixed in the next release. If I find the time I might be able to release within the next week, but it might also take longer.
OK, thanks for your reply.
Version 2.26.0 is now available for beta testing, which includes the fix for this issue, assuming that it actually fixes it. You can join the beta program here: https://play.google.com/apps/testing/ch.rmy.android.http_shortcuts
Thank you, but the issue is not fixed:
Unfortunately, then I really don't know how to fix this. It works on my test devices, and I don't see what I'm doing wrong.
This problem is not in any of the apps that I installed, for example: https://github.com/mueller-ma/Coffee If you release debug builds, I'll test them.
I honestly don't know what is different in my app. I made some more small tweaks, here's an APK build for it that you can try: https://http-shortcuts.rmy.ch/files/app-universal-release.apk
If that does not solve the issue then I'm giving up, as I don't want to spend this much time on something so minor.
Thanks for this build, but unfortunately the problem is not solved, if you want, close this issue.
Ok, shame, I'm out of ideas. I will close this as Won't Fix then and assume that this is another case of Xiaomi doing weird things.
Abnormal display of desktop icons on Huawei devices.
Because the software placed the icon under drawable instead of mipmap anydpi v26
The correct approach is to use Android Studio to generate icons, and Studio will place them in the correct location.
The ic_launcher.xml
file is already placed inside mipmap-anydpi-v26
. It's just the foreground drawable that's in the drawable
directory, but it has to be there as it is a vector drawable and thus cannot be moved to the mipmap directory.
Please use an adaptive icon.