I have a class that extends ListActivity and I can't extend my BaseAdapter.java. Is there any quick fix to use the bar of BaseAdapter or to show the actionbarsherlock with the back arrow? Thank you in advance.
getSupportActionBar().setDisplayOptions(ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_HOME_AS_UP);