LeanbackPreferenceFragmentCompat
abstract class LeanbackPreferenceFragmentCompat : BaseLeanbackPreferenceFragmentCompat
This fragment provides a fully decorated leanback-style preference fragment, including a list background and header.
The following sample code shows a simple leanback preference fragment that is populated from a resource. The resource it loads is:
The fragment needs only to implement onCreatePreferences(Bundle, String)
to populate the list of preference objects:
Summary
Inherited constants | |
---|---|
Public constructors | |
---|---|
<init>() |
Public methods | |
---|---|
open View? |
onCreateView(@NonNull inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?) |
open Unit |
onViewCreated(@NonNull view: View, savedInstanceState: Bundle?) |
open Unit |
setTitle(title: CharSequence!) Set the title to be shown above the preference list |
Inherited functions | |
---|---|