PrefererenceFragment Material Theme with Support Library

时间:2015-06-09 14:55:31

标签: android themes android-appcompat preferencefragment

我使用appcompat v22在我的应用中采用了Material设计。一切运作良好并且主题已应用,但PreferenceFragments仍然看起来像原生Android的主题,而不像Material。

由于我被迫一直支持API级别10,我使用this backport

有没有办法让PreferenceFragment应用AppCompat主题?

提前致谢!

1 个答案:

答案 0 :(得分:0)

使用新的22.1+ appcompat,您可以使用AppCompatDelegate将AppCompat的支持扩展到任何Activity。

您可以查看AppCompatPreferenceActivity的官方链接,在这里您可以找到此技术的示例。