android - Name of project on ActionBar of every Activity -


i facing issue since upgrading android studio 2.2... whenever create new activity in project, name of project getting displayed on actionbar of new activity rather name of new activity created. have learned intent , transition 1 activity fine action bar has name of project rather name of current activity. should do?

declare label in manifest:

    <activity         android:name=".your_activity"         android:label="name_your_activity_label"/>      <activity         android:name=".your_activity"         android:label="name_your_activity_label" /> 

example demonstration, edit in future. :p


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -