android - Expand RecyclerView so that it doesn't scroll -


i'm creating form type interface there list of items inside of form. i'm using recyclerview render list of items. form scrollable. want avoid nested scrolling want expand of recylerview items @ maximum size (the sum of heights of items plus margins , paddings). how can accomplish programmatically (or through xml) ?


Comments