How to have activity in Android with a close button at the top corner?

后端 未结 4 1325
长发绾君心
长发绾君心 2020-12-08 23:43

I would like to have an activity which would consist of a close button i.e \'x\' at the right top corner closing the activity. Any examples on this will be very much helpful

4条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-09 00:19

    make an Activity with Transparent theme in manifest like this:

    
    

    and then define layout like this:

    
    
        
            
        
        

    and define a background for your close Button in drawable like this:

    round_button_background.xml
    
    
    
        
        
    
    

提交回复
热议问题