Beispiel #1
0
            public override StickyHeaderView Apply()
            {
                //if the animator has not been set, the default one is used
                if (animator == null)
                {
                    animator = new HeaderStickyAnimator();
                }

                return(new StickyHeaderListView(context, header, minHeight, animator, listView, preventTouchBehindHeader));
            }
            public override StickyHeaderView Apply()
            {
                //if the animator has not been set, the default one is used
                if (animator == null)
                {
                    animator = new HeaderStickyAnimator();
                }

                return(new StickyHeaderScrollView(context, header, minHeight, animator, scrollView));
            }