片段,ActionBar和后退按钮

时间:2013-05-22 09:17:10

标签: android android-fragments android-actionbar

如何解决以下问题

1) FragmentActivity load with ActionBar and a homescreen fragment
2) When user selects "Item1" from ActionBar another Fragment is displayed.
3) User then presses back button to return to the homescreen Fragment

问题:

显示主屏幕片段,但ActionBar仍然指向“Item1”。

按下后退按钮后,如何让ActionBar指向主屏幕?

由于

1 个答案:

答案 0 :(得分:1)

管理主屏幕片段中的操作栏,而不是活动。在片段处于活动状态之前,在主屏幕片段生命周期的某个位置向后按Item1后,重新初始化操作栏。