Android Question Add a shadow for the panel

red30

Well-Known Member
Licensed User
Longtime User
I can somehow add a shadow for the panel with the following parameters:
box-shadow: 0px 4px 8px rgba(100, 100, 100, 0.1);
border-radius: 10px;
 
Top