Top "Divider" questions

How to add dividers and spaces between items in RecyclerView?

This is an example of how it could have been done previously in the ListView class, using the divider and …

android android-recyclerview divider
Android ListView Divider

I have this code: <ListView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/cashItemsList" …

android listview divider
How to add (vertical) divider to a horizontal LinearLayout?

I'm trying to add a divider to a horizontal linear layout but am getting nowhere. The divider just doesn't show. …

android android-layout android-linearlayout divider
insert vertical divider line between two nested divs, not full height

I have float left and float right <div> nested within a light blue box div as shown in …

html css height absolute divider
Android GridView draw dividers

I'd like to know the simplest way to draw dividers between items (currently textviews) within a GridView. The only way …

android gridview border divider
RecyclerView remove divider / decorator after the last item

I have a quite simple RecyclerView. This is how I set the divider: DividerItemDecoration itemDecorator = new DividerItemDecoration(getContext(), DividerItemDecoration.VERTICAL); …

android android-recyclerview divider
Adding space between columns of a TableLayout

I have a TableLayout where I add dynamically TableRows. In each TableRow, I add a Button. I just would like …

android divider android-tablelayout
How to set divider between columns in tablelayout?

I want to create a table with column dividers. I want to divide my columns with a vertical bar image. …

android divider android-tablelayout
ExpandableListView - How to set divider only between parent elements

I want to put divider only between parent elements. When i set android:divider="@drawable/divider" android creates divider between …

android parent expandablelistview divider
Remove ion item divider

How I can remove <ion-item> divider? I have the following code to show 4 items in a row: <…

ionic-framework ionic2 divider