Search code examples
androidandroid-layoutandroid-relativelayout

How can I make a RelativeLayout scrollable without using a ScrollView?


I've got a RelativeLayout and I need to obtain a scrollable Layout without using a ScrollView, how can I do this?


Solution

  • Use ListView or RecycleView and make your RelativeLayout as an item of ListView or RecycleView. You can follow it - Android 5.0 - Add header/footer to a RecyclerView