Add Icon to the left of the title in the action bar in android

后端 未结 7 1768
旧时难觅i
旧时难觅i 2021-02-07 01:07

I want to add a clickable icon/button to the left of the title in the action bar . How to do it? Following is the code with which I have added search and setting icon to the act

7条回答
  •  梦谈多话
    2021-02-07 01:47

    You can do the following:

    1- create your file_name.xml then Add Toolbar.

    2- add RelativeLayout inside the Toolbar's tag.

    3- add your views i.e.(ImageButton,TextView,...)

    Note: The TextView you are adding is the title of Toolbar.

    Sample Code: file_name.xml

    
    
            
    
                
    
                
    
            
    
    

    Output:

提交回复
热议问题