S
S
StynuBlizz2017-03-10 03:12:55
Android
StynuBlizz, 2017-03-10 03:12:55

How to make scrollable indent in android?

There is a RecyclerView and I need to make sure that the first element nested in it has an indent (indent from the RecyclerView itself), but so that this indent could be scrolled. Tried to do it with layout_marginTop (on the element) but that applies the margin to all elements that are created in the recycler view. How can such a retreat be made?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Zagaevsky, 2017-03-10
@StynuBlizz

The best way is with ItemDecoration'a. Just count the indent for the first element only.

D
Dmitry Serkov, 2017-03-10
@Hutaab

Maybe for Recycle itself - paddingTop

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question