I currently have an app that looks like this, it's a terminal emulator:
and if I press settings this appears on the screen:
However I would like to overlay some custom graphics on top, so that they are always there, some curves etc. Rough sketch:
So even when settings aren't visible this overlay would be shown on the terminal, at the top, around the edges etc. When I press settings I'd like them to come down and match the height of the graphics at the top like I have drawn, the bottom of the overlay matches the bottom of the settings. Is it possible to just have this overlay over everything? Or what is the best way to do this?