Android Question [Solved] Remove line in PrefDialog item

aeric

Expert
Licensed User
Longtime User
How can I remove the line or set the line color of the PrefDialog item to transparent?

1630824565512.png


I tried set the SetColorAndBorder but no success.
B4X:
PrefDialog3.CustomListView1.GetPanel(0).SetColorAndBorder(xui.Color_Transparent, 0, 0, 0)
PrefDialog3.CustomListView1.GetPanel(1).SetColorAndBorder(xui.Color_Transparent, 0, 0, 0)
 
Top