如何解决以下问题
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 指向主屏幕?
谢谢