次の問題をどのように解決しますか
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 がホーム画面に戻るようにするにはどうすればよいですか?
ありがとう