abdfahim
abdfahim

Reputation: 2553

PreferenceFragmentCompat vs PreferenceFragment for API14+

My app targets API 14+. If I want material design in my PreferenceFragment, do I need to use PreferenceFragmentCompat or it is still possible with PreferenceFragment?

Upvotes: 4

Views: 568

Answers (1)

NinjaCoder
NinjaCoder

Reputation: 2411

You should be fine using PreferenceFragment. It is supported API 11+ so you should be fine.

Upvotes: 1

Related Questions