Disabling filters
Filters API is a complete library.
Call FilterBuilder.filtersVisibility(ItemGroup, boolean)
to disable or enable filters of the tab.
FilterBuilder.filtersVisibility(CREATIVE_MODE_TAB, visible)
If visible
is false
, all highlighted components in the image will be invisible.

See also
Last updated
Was this helpful?