eowise / recyclerview-stickyheaders

DEPRECATED. Android library that integrate sticky section headers in your RecyclerView
http://eowise.github.io/recyclerview-stickyheaders
MIT License
960 stars 148 forks source link

appcompat-v7: 23.0.1 can not find mRecycler #51

Open xiang-jian opened 8 years ago

xiang-jian commented 8 years ago

public class RecyclerViewHelper {

public static int convertPreLayoutPositionToPostLayout(RecyclerView recyclerView, int position) {
    return recyclerView.mRecycler.convertPreLayoutPositionToPostLayout(position);
}

}