- setBannerVisibility(int) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets the visibility state of this banner.
- setButtonsRippleColor(int) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets the ripple color for both buttons.
- setButtonsTextAppearance(int) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets the text appearance of buttons' text from the specified style resource.
- setButtonsTextColor(int) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets the text color of both buttons.
- setContentPaddingEnd(int) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets a content end padding.
- setContentPaddingEndPx(int) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets a content end padding.
- setContentPaddingStart(int) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets a content start padding.
- setContentPaddingStartPx(int) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets a content start padding.
- setIcon(int) - Method in class com.sergivonavi.materialbanner.Banner.Builder
-
Sets the Drawable to be used in the banner.
- setIcon(Drawable) - Method in class com.sergivonavi.materialbanner.Banner.Builder
-
Sets the resource id of the Drawable to be used in the banner.
- setIcon(Drawable) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets the icon to display in the banner.
- setIcon(int) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets the icon to display in the banner.
- setIconTintColor(int) - Method in class com.sergivonavi.materialbanner.Banner
-
Applies a tint to the icon.
- setId(int) - Method in class com.sergivonavi.materialbanner.Banner.Builder
-
Sets the identifier for this banner.
- setLeftButton(int, BannerInterface.OnClickListener) - Method in class com.sergivonavi.materialbanner.Banner.Builder
-
Sets a listener to be invoked when the left button of the banner is pressed.
- setLeftButton(String, BannerInterface.OnClickListener) - Method in class com.sergivonavi.materialbanner.Banner.Builder
-
Sets a listener to be invoked when the left button of the banner is pressed.
- setLeftButton(String, BannerInterface.OnClickListener) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets a listener to be invoked when the left button of the banner is pressed.
- setLeftButton(int, BannerInterface.OnClickListener) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets a listener to be invoked when the left button of the banner is pressed.
- setLeftButtonListener(BannerInterface.OnClickListener) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets a listener to be invoked when the left button of the banner is pressed.
- setLineColor(int) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets the line color.
- setLineOpacity(float) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets the opacity of the line to a value from 0 to 1, where 0 means the line is
completely transparent and 1 means the line is completely opaque.
- setMessage(int) - Method in class com.sergivonavi.materialbanner.Banner.Builder
-
Sets the message to display in the banner using the given resource id.
- setMessage(String) - Method in class com.sergivonavi.materialbanner.Banner.Builder
-
Sets the message to display in the banner.
- setMessage(String) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets the message to display in the banner.
- setMessage(int) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets the message to display in the banner using the given resource id.
- setMessageTextAppearance(int) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets the text appearance of a message from the specified style resource.
- setMessageTextColor(int) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets the text color of a message.
- setOnDismissListener(BannerInterface.OnDismissListener) - Method in class com.sergivonavi.materialbanner.Banner.Builder
-
Sets a listener to be invoked when the banner is dismissed.
- setOnDismissListener(BannerInterface.OnDismissListener) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets a listener to be invoked when the banner is dismissed.
- setOnShowListener(BannerInterface.OnShowListener) - Method in class com.sergivonavi.materialbanner.Banner.Builder
-
Sets a listener to be invoked when the banner is shown.
- setOnShowListener(BannerInterface.OnShowListener) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets a listener to be invoked when the banner is shown.
- setOrientation(int) - Method in class com.sergivonavi.materialbanner.internal.ButtonsContainer
-
Should the layout be a column or a row.
- setParent(ViewGroup) - Method in class com.sergivonavi.materialbanner.Banner.Builder
-
Sets the ViewGroup that will be a parent view for this banner.
- setParent(ViewGroup, int) - Method in class com.sergivonavi.materialbanner.Banner.Builder
-
Sets the ViewGroup that will be a parent view for this banner and specify
banner's index in the parent view.
- setParent(ViewGroup, int, ViewGroup.LayoutParams) - Method in class com.sergivonavi.materialbanner.Banner.Builder
-
Sets the ViewGroup that will be a parent view for this banner and specify
banner's index in the parent view.
- setRightButton(int, BannerInterface.OnClickListener) - Method in class com.sergivonavi.materialbanner.Banner.Builder
-
Sets a listener to be invoked when the right button of the banner is pressed.
- setRightButton(String, BannerInterface.OnClickListener) - Method in class com.sergivonavi.materialbanner.Banner.Builder
-
Sets a listener to be invoked when the right button of the banner is pressed.
- setRightButton(String, BannerInterface.OnClickListener) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets a listener to be invoked when the right button of the banner is pressed.
- setRightButton(int, BannerInterface.OnClickListener) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets a listener to be invoked when the right button of the banner is pressed.
- setRightButtonListener(BannerInterface.OnClickListener) - Method in class com.sergivonavi.materialbanner.Banner
-
Sets a listener to be invoked when the right button of the banner is pressed.
- setVisibility(int) - Method in class com.sergivonavi.materialbanner.Banner
-
- show() - Method in class com.sergivonavi.materialbanner.Banner.Builder
-
Creates a
Banner with the arguments supplied to this builder and immediately
displays the banner.
- show() - Method in class com.sergivonavi.materialbanner.Banner
-
Shows the
Banner with the animation.
- show(long) - Method in class com.sergivonavi.materialbanner.Banner
-
Shows the
Banner with the animation after the specified delay in milliseconds.