@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public static @interface ViewPager.DecorView
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
ViewPager.LayoutParams.isDecor
on the child's layout params.