Package 

Annotation ViewPager.DecorView

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    @Retention(value = RetentionPolicy.RUNTIME)@Target(value = ElementType.TYPE)@Inherited() 
    public @interface ViewPager.DecorView
    
                        

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

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

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

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait