Devezin
Devezin
i am also having this issue.
Can we get some attention on this?
In xml use ``` ```
@psk907 Do you have the original files you used to create them? I have tried editing things in illustrator. Things are off everytime. If the items line up on the...
I only get this issue when im loading my data from elsewhere (firebase). If i hardcode all my data in the app then it works. So it seems to be...
This is because you are initialize it every single time in your activity. Create a global instance of this variable to avoid this. Best put in your application class.