Class SupportedReactions.ReactionDrawable

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Drawable getDrawable(Boolean isActive)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SupportedReactions.ReactionDrawable

        SupportedReactions.ReactionDrawable(Drawable inactiveDrawable, Drawable activeDrawable)
        Parameters:
        inactiveDrawable - The drawable for the normal icon.
        activeDrawable - The drawable for the selected state icon.