Skip to content

Commit

Permalink
Remove item divider
Browse files Browse the repository at this point in the history
  • Loading branch information
ShridharGoel committed Jun 9, 2019
1 parent 2d0bbd2 commit 5fe9005
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -95,7 +95,6 @@ private void setupRecyclerView() {
recyclerView.setLayoutManager(new LinearLayoutManager(context));
recyclerView.setAdapter(notificationsAdapter);
recyclerView.setItemAnimator(new DefaultItemAnimator());
recyclerView.addItemDecoration(new DividerItemDecoration(context, DividerItemDecoration.VERTICAL));
}


Expand Down

0 comments on commit 5fe9005

Please sign in to comment.