ANTONIO ALBEIRO VALENCIA
Member
Hi.
What happens when I try to put border radius and elevation on a panel don't work. I can only use one of the two, they don't work together.
B4X:
Dim mbase As Panel
...
Dim cd As ColorDrawable
cd.Initialize2( Colors.White, 10dip, 0, 0 )
mBase.Background = cd
mBase.Elevation = 10dip