yarolegovich / MaterialPreferences

A highly flexible set of lovely looking views that provides functionality of preferences.
Apache License 2.0
484 stars 65 forks source link

Changing MaterialPreferenceScreen to LinearLayout #15

Open yunarta opened 6 years ago

yunarta commented 6 years ago

By changing MaterialPreferenceScreen to LinearLayout, this would allow the view to be added into more complex scrollable context like NestedScrollView.

I've been using this in my project and have it placed inside a Android CoordinatorLayout.