ViewPagerBottomSheet
ViewPagerBottomSheet copied to clipboard
Use ViewPagers in Bottom Sheets!
hello i have a project with androidx and i add vpbs module in my project but in class ViewPagerUtils layoutParams.position (position is private in viewpager in androidx) so i have...
Previously when using bottomSheet library of material design, I was able to setState by creating object of bottomSheetBehavior,but now it shows error on creating variable of BottomSheetBehavior. So how can...
Thanks a lot for this library! But there is a little problem. When i try to swipe ViewPager's fragment, it often close bottom sheet; To change fragment of viewpager i...
Attempt to invoke virtual method 'java.lang.Object java.lang.ref.WeakReference.get()' on a null object reference biz.laenger.android.vpbs.ViewPagerBottomSheetBehavior.invalidateScrollingChild(ViewPagerBottomSheetBehavior.java:433) final View scrollingChild = findScrollingChild(mViewRef.get()); mViewRef is null;
java.lang.NullPointerException: at biz.laenger.android.vpbs.ViewPagerBottomSheetBehavior.onInterceptTouchEvent (ViewPagerBottomSheetBehavior.java:301) at android.support.design.widget.CoordinatorLayout.performIntercept (CoordinatorLayout.java:473) at android.support.design.widget.CoordinatorLayout.onInterceptTouchEvent (CoordinatorLayout.java:510) at android.view.ViewGroup.dispatchTouchEvent (ViewGroup.java:2696) at android.view.ViewGroup.dispatchTransformedTouchEvent (ViewGroup.java:3159) at android.view.ViewGroup.dispatchTouchEvent (ViewGroup.java:2844) at android.view.ViewGroup.dispatchTransformedTouchEvent (ViewGroup.java:3159) at android.view.ViewGroup.dispatchTouchEvent (ViewGroup.java:2844) at android.view.ViewGroup.dispatchTransformedTouchEvent (ViewGroup.java:3159) at android.view.ViewGroup.dispatchTouchEvent...
Thank you for the library, it saves my time! Can you migrate the library to androidx (or create another repo, like ViewPagerBottomSheetX)? Thanks
How can I set height? I do not want this to take up whole page size.
i just integrated the library and i got this Error on launching the app ` FATAL EXCEPTION: main Process: com.wadeeny.ondemand, PID: 20144 java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.view.View.isNestedScrollingEnabled()'...