Bubble-Picker icon indicating copy to clipboard operation
Bubble-Picker copied to clipboard

How to set Bubbles inside the window?

Open SachinSoma opened this issue 5 years ago • 3 comments

When we swipe the screen the bubbles should remain inside the view and should not go outside.How to achieve this?

SachinSoma avatar Jul 21 '18 09:07 SachinSoma

@SachinSoma This change seems to change the whole algorithm that Mr. Igalata wrote, so I did not care about it. This library uses Box2D physics to handle collisions.

hantrungkien avatar Jul 21 '18 09:07 hantrungkien

Do you have any solutions for this functionality

SachinSoma avatar Jul 21 '18 11:07 SachinSoma

No, I don't...

hantrungkien avatar Jul 21 '18 14:07 hantrungkien

-you can use those 3 lines of code to collect bubbles: bubblePicker.setVisibility(View.GONE); bubblePicker.setCenterImmediately(true); bubblePicker.setVisibility(View.VISIBLE); -or only use in your oncreate method to start screen with bubbles in center: bubblePicker.setCenterImmediately(true);

MariamElemeesiry avatar Mar 29 '19 19:03 MariamElemeesiry