Creating a custom Gallery - overriding onFling

后端 未结 3 1563
暗喜
暗喜 2020-12-23 17:48

So, I\'ve followed this particular thread (How to stop scrolling in a Gallery Widget?) yet I am unable to get it to work properly.

I\'ve created a custom MyGallery c

3条回答
  •  萌比男神i
    2020-12-23 18:43

    Just add the attrSet param to the constructor of your custom gallery:

    super(ctx, attrSet);
    

    This worked for me. Leo Vannucci

提交回复
热议问题