I recall seeing some android apps having a help overlay that greys the screen a bit and provides textbubbles with helpfull information pointing to various UI objects.
I thought this to be easy, just create a FrameLayout
with 2 layers, 1 content, 1 helpoverlay.
However, it appears that you can't use a RelativeLayout
with items that are based upon another RelativeLayout
?
How would I go to position these bubbles? Manually?