Skip to content
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

How to resolved image position issue when Finished/Stop spinning in the slot machine. #3

Open
Ketan2015 opened this issue Jan 21, 2016 · 0 comments

Comments

@Ketan2015
Copy link

I am integrating slot machine in my project, my requirement is once the sniping stop set respective image in middle of the slot machine.

Problem is below :

  1. some time the images/slot items are not set in middle of the slot machine.
  2. once the slot machine stop i am calling below code but the image is not set what i have passed.

slotItems1.add(new SlotItemsImpl(1,imageUrl));
slotItems2.add(new SlotItemsImpl(2, imageUrl));
slotItems3.add(new SlotItemsImpl(3, imageUrl));

wheelView1.setSlotItems(slotItems1);
wheelView2.setSlotItems(slotItems2);
wheelView3.setSlotItems(slotItems3);

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant