0

To have effect of zoom in gridView I have scale it with 2.0f value. Scaling (zoom effect) on that grid view works fine.

As the view is zoomed I want to have a horizontal and vertical scroll in this view.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Jaynil
  • 128
  • 13

1 Answers1

0

Please write code in grid Xml code:

android:scrollbars="horizontal"
android:scrollbars="vertical"
Mahesh Kavathiya
  • 573
  • 5
  • 23