python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
BottomSheetBehavior - only allow dragging on part of view
I have a bottom sheet implemented using BottomSheetBehavior within a CoordinatorLayout. My BottomSheet has a top appbar sort of title bar, and then some scrollable content. Something like this.
<...
Matt Robertson
Votes: 0
Answers: 1
Keyboard is pushing part of the layout with NestedScrollView and RcyclerView
I have a layout something like this
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://s...
sadat
Votes: 0
Answers: 1
RecyclerView and NestedScrollView take only half of the screen
I have a layout where there is an EditText and Button on the bottom of the screen. I want the NestedScrollView along with the RecyclerView to take up the space above the 2 elements. However, they only...
Electric Dragon
Votes: 0
Answers: 2
auto pagination if using recyclerview inside NestedSrollView with Paging 3?
I'm using recyclerview inside nestedscrollview to scroll in the full page size but that ruined the pagination functionality because it auto loads all the pages without user scrolling.
here is my xml l...
Amin
Votes: 0
Answers: 1