Search in sources :

Example 1 with RecyclerInsetsDecoration

use of saulmm.avengers.views.views.RecyclerInsetsDecoration in project Avengers by saulmm.

the class CharacterListActivity method initializeRecyclerView.

private void initializeRecyclerView() {
    mAvengersRecycler.setLayoutManager(new LinearLayoutManager(this));
    mAvengersRecycler.addItemDecoration(new RecyclerInsetsDecoration(this));
    mAvengersRecycler.addOnScrollListener(mOnScrollListener);
}
Also used : RecyclerInsetsDecoration(saulmm.avengers.views.views.RecyclerInsetsDecoration) LinearLayoutManager(android.support.v7.widget.LinearLayoutManager)

Aggregations

LinearLayoutManager (android.support.v7.widget.LinearLayoutManager)1 RecyclerInsetsDecoration (saulmm.avengers.views.views.RecyclerInsetsDecoration)1