Setting Action Bar title and subtitle

后端 未结 12 737
盖世英雄少女心
盖世英雄少女心 2020-12-01 02:41

I want to set title and subtitile of my action bar before compile time. I got a way to do it like this:

ActionBar ab = getActionBar();
ab.setTitle(\"My Title         


        
12条回答
  •  粉色の甜心
    2020-12-01 03:21

    Try This

    Just go to your Manifest file. and You have define the label for each activity in your manifest file.

    
        
    

    here change

    android:label="@string/your_title"

提交回复
热议问题