Look at the layout above with a default home screen of any cell phone. Look, I've highlighted the default cellphone screen with a text (Shadow Effect) and two android notifications (view1 and view2).
I wanted to implement this in a normal RelativeLayout, with the aspects: shadow, and two views in the style of this printscreen.
Is it possible using WindowManager? Or does WindowManager not fit for this case?
If it does not work, what can I use?