Android-MaterialPreference
Android-MaterialPreference copied to clipboard
PreferenceScreen
Are you going to implement PreferenceScreen?
I haven't had the need for a custom PreferenceScreen yet, hence no implementation.
It's just an extension of PreferenceGroup though, so it shouldn't be to difficult to implement.
Can you think of a reasonable use case for it?
Or: Why not just use the system android.preference.PreferenceScreen and only use a material preference for the elements within it?