-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icon not displayed in Neo-Store #904
Comments
I'm new to this. I've just read this: https://github.com/NeoApplications/Neo-Store |
That should be enough to get the icon displayed by f-droid and its alternative clients. |
Can you please mention the exact path I need to put the icon in? and: |
I'm not sure if it's the culprit but i noticed that the adaptive icons are stored in the mimap folder. According to the example provided by Google shouldn't they be in the drawable folder? <?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_background"/>
<foreground android:drawable="@drawable/ic_foreground"/>
</adaptive-icon> |
@bt90 I saw your comment on NeoApplications/Neo-Store#273 and that's what also caught my mind. Why does F-Droid display the icon correctly? Huh , if it turns out here's something wrong we can correct it, sure. |
I think we can close here |
Ok |
In case anyone every wonders, here's the explanation to what was going on: NeoApplications/Neo-Store#273 (comment) |
NeoApplications/Neo-Store#273 (comment)
The text was updated successfully, but these errors were encountered: