android-viewflow
android-viewflow copied to clipboard
How to add Settings in DiffViewFlow
How to add Settings in DiffViewFlow?
Android Settings is not a View. Instead of using View objects to build the user interface, settings are built using various subclasses of the Preference class that you declare in an XML file. thank you!