For the Amir_RecyclerView the correct method is searched for to set the height and color of the horizontal divider.
For example, to create a 40dip distance between the parent panels in yellow, the following code was tested without success:
Was "DividerHorizontal" used incorrectly, or is something still missing?
(Testproject attached)
For example, to create a 40dip distance between the parent panels in yellow, the following code was tested without success:
B4X:
Recycler.Initializer("Amir").ListView.Build
Recycler.DividerHorizontal.Color(Colors.Yellow).Margin(10dip).Size(40dip)
Activity.AddView(Recycler, 0, 0, 100%x, 100%y)
(Testproject attached)