I\'m starting a new project that uses the AppCompat/ActionBarCompat in v7 support library. I\'m trying to figure out how to use the getSuppor
AppCompat/ActionBarCompat
v7
getSuppor
As an updated answer for Pierre-Antoine LaFayette's answer
ActionBarActivity is deprecated; use AppCompatActivity instead
AppCompatActivity
((AppCompatActivity)getActivity()).getSupportActionBar();