added in version 24.1.0
belongs to Maven artifact com.android.support:viewpager:28.0.0-alpha1

ViewPager.DecorView

public static abstract @interface ViewPager.DecorView
implements Annotation

android.support.v4.view.ViewPager.DecorView


Annotation which allows marking of views to be decoration views when added to a view pager.

Views marked with this annotation can be added to the view pager with a layout resource. An example being PagerTitleStrip.

You can also control whether a view is a decor view but setting isDecor on the child's layout params.

Summary

Inherited methods

From interface java.lang.annotation.Annotation