Android Question Is it possible to create a panel with shadow that look like this?

Daica

Active Member
Licensed User
1651618509441.png


After searching the forum, I have found that I can create a shadow effect by setting the panel's elevation to 30.
The problem is that the "Title" (Label) will get covered by the panel due to the elevation.

1651618605756.png


Is it possible to create something like screenshot #1, where there is a shadow for the panel but we can also have something on top?
 

asales

Expert
Licensed User
Longtime User
Put the title label inside another panel and set the elevation of this panel to a value > 30.
 
Upvote 1
Top