Hi all,
I want to make a ListView and its items is rounded. The round part should show the background of the Page. But I get a round part with White.
xml:
<Page xmlns="http://www.nativescript.org/tns.xsd" backgroundColor="#FF00FF00">
<ListView items="[[" marginTop="20" backgroundColor="#00000000">
<ListView.itemTemplate>
<Label text="AABBCC" verticalAlignment="stretch" backgroundColor="#30000000" style="text-align:center; border-width:1; border-radius:20"/>
</ListView.itemTemplate>
</ListView>
</Page>
Result:

How can I set the color of white part to GREEN ?
Regards.
Hi all,
I want to make a ListView and its items is rounded. The round part should show the background of the Page. But I get a round part with White.
xml:
Result:

How can I set the color of white part to GREEN ?
Regards.