Package net.xpece.android.support.widget
Annotation Type SimpleMenu.WidthMode
-
@Retention(SOURCE) public static @interface SimpleMenu.WidthMode
-
-
Field Summary
Fields Modifier and Type Fields Description static intMATCH_CONSTRAINTPopup menu width is only limited bymaxWidth.static intWRAP_CONTENTPopup menu width is * at least as wide as its content, * limited bymaxWidth.static intWRAP_CONTENT_UNITPopup menu width is at least as wide as its content rounded up to a multiple ofwidthUnit, at least as wide aswidthUnit * 1.5, limited bymaxWidth.
-