ModernAndroidPreferences icon indicating copy to clipboard operation
ModernAndroidPreferences copied to clipboard

Create custom preferences

Open Robotxm opened this issue 2 years ago • 1 comments

In PreferencesAdapter#onCreateViewHolder() only few types of layouts can be used. How can I create a custom preferences with custom layout?

Robotxm avatar Dec 18 '22 13:12 Robotxm

It's not possible to set the layout of the whole preference view. You can, however, specify a custom layout for the preference's widget by overriding getWidgetLayoutResource.

Maxr1998 avatar Dec 18 '22 15:12 Maxr1998