Moisoni Ioan
                                            Moisoni Ioan
                                        
                                    Hi! There is no need to manually not to set labels. You can try this code and the labels will be automatically hidden in landscape mode. @Override public void onConfigurationChanged(@NonNull...
I didn't think of this while creating the library so for now there is no easy way to do this or maybe not possible at all. [Here](https://developer.android.com/google/play/billing/subscriptions#change) I found the...
**Off-topic:** Hey @sahilsingh09092007 , what color scheme and font are you using?
> Any news please? Latest `JCenter()` release is also available on `JitPack: implementation 'com.github.tonyofrancis.Fetch:xfetch2:3.1.6'`
> `androidx` versions are not available on `jcenter()` - where can I get them? What do you mean by `androidx` versions? I use AndroidX and this dependency from jitpack works:...
> sorry @moisoni97, i meant okhttp For that I think you should implement this dependency: `implementation 'com.github.tonyofrancis.Fetch:xfetch2:3.1.6'` and then implement `fetch2okhttp` as a module to your app. If you are...
You need to arrange the layout in such a way that the scrolled view is under the view that isn't scrollable.
For `Java`: ```java if (viewPager2.getChildAt(0) instanceof RecyclerView) { OverScrollDecoratorHelper.setUpOverScroll((RecyclerView) viewPager2.getChildAt(0), OverScrollDecoratorHelper.ORIENTATION_HORIZONTAL); } ```
Duplicate of #25 Use nested scroll view.