You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently updated to android 13 and noticed money wallet does not yet support monochrome icons for theming, which makes the app stick out quite a bit when placed next to other apps that support theming.
Here's a screenshot of money wallet next to some apps that support theming:
I've added a simple monochrome icon that's pretty close to the current icon.
Now, I have to be honest: I was not able to build the app to test locally due to some weird gradle/java version incompatibilities - but since it's just a very simple asset change I'm reasonably confident that it should work. If you do need someone to test on android 13, feel free to send me an apk~
Also, here's the raw SVG of the monochrome icon (white on white preview here so it's hard to spot but it's there):
due to some weird gradle/java version incompatibilities
Did you try Java8? This did the trick for me.
Alternatively you could try to use the dependency-Updates in DodoLeDevs Fork. With them I can use Java17.
I also tried your icon.
It does not scale properly for me (Stock Android 14), so i see only the center of the wallet in the round icon.
But based on your changes i managed to fix this, now it looks as expected.
Feel free to cherry-pick the respective commits from my fork to include them in your PR, if you want to.
@ahormann glad to see you found some use in it - i think the pull request / the repo is pretty dead however, so i'm not sure its worth updating the PR. Thanks for giving it a try though, i might check out some of the forks to see if i can get a build running
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi!
I recently updated to android 13 and noticed money wallet does not yet support monochrome icons for theming, which makes the app stick out quite a bit when placed next to other apps that support theming.
Here's a screenshot of money wallet next to some apps that support theming:
I've added a simple monochrome icon that's pretty close to the current icon.

Now, I have to be honest: I was not able to build the app to test locally due to some weird gradle/java version incompatibilities - but since it's just a very simple asset change I'm reasonably confident that it should work. If you do need someone to test on android 13, feel free to send me an apk~
Also, here's the raw SVG of the monochrome icon (white on white preview here so it's hard to spot but it's there):
Cheers!