Android overlay a view ontop of everything?
问题 Can you overlay a view on top of everything in android? In iPhone I would get the new view set its frame.origin to (0,0) and its width and height to the width and height of self.view . Adding it to self.view would then cause it to act as an overlay, covering the content behind (or if it had a transparent background then showing the view behind). Is there a similar technique in android? I realise that the views are slightly different (there are three types (or more...) relativelayout,