Annotation Type SimpleMenu.MaxWidth


  • @Retention(SOURCE)
    public static @interface SimpleMenu.MaxWidth
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static int FIT_ANCHOR
      Popup menu width is limited by anchor width.
      static int FIT_SCREEN
      Popup menu width is limited by screen width.
    • Field Detail

      • FIT_SCREEN

        static final int FIT_SCREEN
        Popup menu width is limited by screen width.
      • FIT_ANCHOR

        static final int FIT_ANCHOR
        Popup menu width is limited by anchor width.