Stickers: [Android] How to remove the divider

Created on 17 Apr 2019  路  2Comments  路  Source: WhatsApp/stickers

I wanted to remove the line that divides the sections how can I do this?

Android help wanted

Most helpful comment

I suggest you look this up on StackOverflow. There, you're the most likely to receive help with this.

All 2 comments

I suggest you look this up on StackOverflow. There, you're the most likely to receive help with this.

@danieldhop

RecyclerView recycle =(RecyclerView) findViewById(R.id.recyclerView);
recycle.addItemDecoration(new DividerItemDecoration(context, 0));

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Sadjiwo picture Sadjiwo  路  6Comments

thetommes picture thetommes  路  3Comments

sagarvekariyam picture sagarvekariyam  路  6Comments

Go
obaid55 picture obaid55  路  3Comments

diepox picture diepox  路  4Comments