0

如何解决以下问题

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 指向主屏幕?

谢谢

4

1 回答 1

1

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

于 2013-05-22T12:27:28.377 回答