I have a CustomListView (ver 1.2) with Divider height = -5, the display on a 7" tablet with 1280x800 and a 5.2" phone with 1980x1080 are different. (see attachments)
On a phone, I have to set Divider Height = -20 to get about same result with the tablet.
Is that possible to get same divider height across multiple device?
1. The layout should start from the top (3.bal).
2. The item's height is incorrect. It should be 80dip.
3. The divider height should be a positive number.
4. It is better to remove AutoScaleAll from the items layout.
5. You should pass the height to AddMenu and set the panel's height:
B4X:
Private p As Panel
p.Initialize("")
Activity.AddView(p, 0, 0, Width, Height)
p.LoadLayout("3")
p.RemoveView