The first page "Candy Crush Saga Game" is a scrollable ImageView
or not (what is that?). If that is a scrollable ImageView
how to set buttons in that?
Scrolling ImageView
ex: Android: Scrolling an Imageview
Asked
Active
Viewed 30 times
0

SonhnLab
- 321
- 1
- 11

Rince Mathew
- 27
- 1
- 6
-
You can try to put the image view in a relative layout and set the touch listener on the relative layout. Inside the relative layout, above the image view add any button you like and it will scroll with the image view. Then you can set clickListeners on the buttons. – Alexandru Sandu Jun 29 '18 at 18:03
-
Can you post the code that you have tried? – user15741 Jun 29 '18 at 18:38