How to change android Activity label

前端 未结 10 1677
心在旅途
心在旅途 2021-02-05 02:53

I have created an Activity and declared in Manifest file. But I would like to re-use the same Activity for other purpose.

 

        
10条回答
  •  借酒劲吻你
    2021-02-05 03:07

    In your Manifest file

    Initially, your code was like this.

        
            
        
        
        
        
        
        
    
    

    But after changes to add Labels.

    
        
        
        
        
    
    

    is the optimum way to change the Label name.

    courtesy.(ryanwaite28)

提交回复
热议问题