来自Fragment的带有AppCompatLibrary的getActionBar

2t0*_*t0m 7 android android-appcompat android-fragments android-actionbar

我正在寻找使用AppCompatLibrary和API 8从Fragment获取ActionBar实例的最简单方法.

已经尝试过像

getActivity().getSupportActionBar() 
Run Code Online (Sandbox Code Playgroud)

但没有运气.

BAr*_*ell 23

试着施展它:

((YourActivity)getActivity()).getSupportActionBar()
Run Code Online (Sandbox Code Playgroud)