Skip to content

Commit

Permalink
Changed Index bar visibility to true
Browse files Browse the repository at this point in the history
  • Loading branch information
myinnos committed Jun 7, 2017
1 parent 2272d5c commit 3216d85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ protected void initialiseUI() {
mRecyclerView.setIndexbarWidth(40);
mRecyclerView.setPreviewPadding(0);
mRecyclerView.setIndexBarTextColor("#FFFFFF");
mRecyclerView.setIndexBarVisibility(false);
mRecyclerView.setIndexBarVisibility(true);
}
}

0 comments on commit 3216d85

Please sign in to comment.