Action Bar compatibility has been added into support library, revision 18. It now has ActionBarActivity
class for creating activities with Action Bar on older versions of Android.
Is there any way to add Action Bar from support library into PreferenceActivity
?
Previously I used ActionBarSherlock and it has SherlockPreferenceActivity
.