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
Post a Comment