I\'d like to have an activity (2) with translucent aspect over another activity (1), aligned at the top of the screen (4).
First have the Transparent Theme activity:
Assign the transparent theme to your activity in Manifest:
Create the layout as per your requirement and set the content view of your activity to that layout.
Try following layout:
Hope it is helpful.