Class MenuInflaterRunnable

java.lang.Object
com.pranavpandey.android.dynamic.support.theme.inflater.MenuInflaterRunnable
All Implemented Interfaces:
Runnable

public class MenuInflaterRunnable extends Object implements Runnable
A Runnable to apply theme to the Menu.
  • Constructor Details

    • MenuInflaterRunnable

      public MenuInflaterRunnable(@Nullable View menu, @Nullable AttributeSet attrs)
      Constructor to initialize an object of this class.
      Parameters:
      menu - The menu item view for this runnable.
      attrs - The attribute set to be used.
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable