0 我想知道是否可以在我的MainActivity.java中更改我的應用程序名稱?我希望頂級標題欄在整個應用程序的不同動作中有變化的分數。是否可以在活動中定義應用程序的名稱? 來源 2013-12-12 user2383106 +1 頂部標題欄被稱爲'ActionBar',您不必更改應用程序的名稱來改變它所說的內容。有關詳細信息,請查看[開發人員文檔](http://developer.android.com/guide/topics/ui/actionbar.html) – +1 http://stackoverflow.com/questions/3438276/change-title-bar- text-in-android – +0 感謝您的幫助! – user2383106
3 您可以使用: getActionBar().setTitle("My new title"); 裏面你Activity。 來源 2013-12-12 19:09:30 Mike +0 謝謝,我會的時候會接受(時間規定) – user2383106
頂部標題欄被稱爲'ActionBar',您不必更改應用程序的名稱來改變它所說的內容。有關詳細信息,請查看[開發人員文檔](http://developer.android.com/guide/topics/ui/actionbar.html) –
http://stackoverflow.com/questions/3438276/change-title-bar- text-in-android –
感謝您的幫助! – user2383106