Translucent Activity filling the entire screen

后端 未结 5 1135
忘掉有多难
忘掉有多难 2020-12-29 08:13

I\'d like to have an activity (2) with translucent aspect over another activity (1), aligned at the top of the screen (4).

5条回答
  •  萌比男神i
    2020-12-29 09:01

    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.

提交回复
热议问题