How to add Action Bar from support library into PreferenceActivity?

后端 未结 8 664
不思量自难忘°
不思量自难忘° 2020-11-27 09:15

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 An

8条回答
  •  一向
    一向 (楼主)
    2020-11-27 09:50

    Found a PreferenceFragment implementation based on support-v4 Fragment:

    https://github.com/kolavar/android-support-v4-preferencefragment

    Edit: I just tested it and its working great!

提交回复
热议问题