How do I create a transparent Activity on Android?

前端 未结 22 2155
忘掉有多难
忘掉有多难 2020-11-21 04:43

I want to create a transparent Activity on top of another activity.

How can I achieve this?

22条回答
  •  梦谈多话
    2020-11-21 05:25

    Note 1:In Drawable folder create test.xml and copy the following code

       
    
    
        
    
        
    
        
    
    
    

    // Note: Corners and shape is as per your requirement.

    // Note 2:Create xml:

        
        
    
            
         
        
    

提交回复
热议问题