FixedActionMenuItem

Specialization of ActionMenuItem representing single fixed menu action inside .

Constructors

Link copied to clipboard
constructor(@NonNull context: Context, @IdRes itemId: Int, @DrawableRes drawableResId: Int, @StringRes labelResId: Int)
Create fixed menu item.
constructor(@NonNull context: Context, @IdRes itemId: Int, @DrawableRes drawableResId: Int, label: String)
Create fixed menu item.
constructor(@IdRes itemId: Int, @NonNull icon: Drawable, @NonNull label: String)
Create fixed menu item.