-
Hey, will you support the new android design library?
AS long as your recycler is wrapped inside a framelayout it won't work.
Changing ultimateRV to a Coordinatorlayout might work. One could then ad…
-
CoordinatorLayout Cannot Transparent Background
-
thank you, I think it's very awesome.
-
Hi, is it possible to use collectionView in BottomView? Because when I tried it the top part wont collapse during scrolling. I attached solution (from VS template) with example of problem (ItemsPage.x…
-
I am getting this after upgrading my targetsdk version to 34,
Fatal Exception: java.lang.UnsupportedOperationException: Somehow we couldn't create the ViewHolder for message. Please, report this is…
-
Hi. Sorry for my bad English. I have a screen that displays a pie chart and a combo chart of lines and bars. In portrait orientation there is no problem, the charts are displayed. However, in landscap…
-
fragment中使用vlayout, 刷新数据时,AppBarLayout不能滑动
-
I wanted to hide the `Toolbar` when the user scrolls the PDF, the same way a `NestedScrollView` does, but this doesn't work for `PDFView`.
It would be great if we could just add `@string/appbar_sc…
-
Hey @krimin-killr21
The `AppBarLayout` is used to perform scrolling techniques one of which is Showing and Hiding `Toolbar` on scroll which affects the `ScrollBar`.
I'll try to provide screenshot of…
-
I'm using
- CoordinatorLayout
- AppBarLayout
- CollapsingToolbarLayout
- NestedScrollView
Where I put the bottomsheet ?