I make small project using xCustomListView with layout file loaded, in the layout (bal) file i place panel with 1dip height as divider. When i run in emulator different result is show.
at first emulator with 400x800 size, the screen looking ok, but when running at emulator with 1080x1920 the panel divider is not shown.
the reason for not use built-in divider because putting panel as divider in layout making its more customable - like applying different color for every list item, and so i can show/hide the divider individually.
try increasing the height to make it fit on hi-res device before, but over-height on lo-res device. my prior best solution i have is set the layout height by checking screen resolution condition first.
but...
disabling AutoScaleAll on layout script pane is the solution!. the layout (divider) show as expected both on low and hi-res device.