-
Notifications
You must be signed in to change notification settings - Fork 75
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
White lines between the images ( not in a standard use case ) #4
Comments
Check your Manifest file for the following property: |
It is true by default |
I face the same issue |
Hmm im having this issue as well :( |
I am having the same issue. Did anyone find the solution? |
I found the solution.
What I did is:
To rescale the bitmap: |
i have the same issue |
could you share this code? |
@aanalmehta could you share this code - Split the bitmap image into two parts(left and righ part). |
i solved it a little differently replaced the scale bitmap method and the init function private fun init() {
|
made a pull request |
Will there be new version of this library with error correction mentioned in this mail thread? |
I have same issue, is there a fix on this? |
My fix above works |
Yeah thanks :) I tried it, and It worked, but if then there is only 1 image, it split it in 2, and if there is 2 added images, it split it into 4 :( so buggy. |
I'll have a look and see if I didn't make some more changes but I'm fairly sure I use this and it works brilliantly it should also resolve the issue where the images are placed randomly instead of in the order they were given, as mentioned I'll have a look |
ok i forgot that i also forked this project due to no response from the author so you can just grab that if ya like, add the jitpack maven repo to your repositories if its not already, and add implementation 'com.github.martipello:MultiImageView:1.0.8.2' to your projects build.gradle file, check the sample first if ya like here https://github.com/martipello/MultiImageView, there were other issues with this library like not adding images in order and duplicating images in recycler views, dont forget to like if ya use it |
Libs looks great! Thanks for sharing!
I am trying to use it as the largeIcon of a notification but the end result is big while ( actually alpha ) lines between the images :
In order to extract the bitmap from the MultiImageView i've did the following incantation :
And the R.layout.multi_image_view looks like
If a possible cause passes trough your mind, I will be very happy if you share it .
Cheers!
The text was updated successfully, but these errors were encountered: