- setBackgroundColour(int) - Method in class com.github.amlcurran.showcaseview.MaterialShowcaseDrawer
-
- setBackgroundColour(int) - Method in interface com.github.amlcurran.showcaseview.ShowcaseDrawer
-
Set the background color of the showcase.
- setBlocksTouches(boolean) - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
- setBlocksTouches(boolean) - Method in interface com.github.amlcurran.showcaseview.ShowcaseViewApi
-
- setButtonPosition(RelativeLayout.LayoutParams) - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
Change the position of the ShowcaseView's button from the default bottom-right position.
- setButtonPosition(RelativeLayout.LayoutParams) - Method in interface com.github.amlcurran.showcaseview.ShowcaseViewApi
-
- setButtonText(CharSequence) - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
- setContentText(int) - Method in class com.github.amlcurran.showcaseview.ShowcaseView.Builder
-
Set the descriptive text shown on the ShowcaseView.
- setContentText(CharSequence) - Method in class com.github.amlcurran.showcaseview.ShowcaseView.Builder
-
Set the descriptive text shown on the ShowcaseView.
- setContentText(CharSequence) - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
- setContentText(CharSequence) - Method in interface com.github.amlcurran.showcaseview.ShowcaseViewApi
-
- setContentTextPaint(TextPaint) - Method in class com.github.amlcurran.showcaseview.ShowcaseView.Builder
-
- setContentTitle(int) - Method in class com.github.amlcurran.showcaseview.ShowcaseView.Builder
-
Set the title text shown on the ShowcaseView.
- setContentTitle(CharSequence) - Method in class com.github.amlcurran.showcaseview.ShowcaseView.Builder
-
Set the title text shown on the ShowcaseView.
- setContentTitle(CharSequence) - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
- setContentTitle(CharSequence) - Method in interface com.github.amlcurran.showcaseview.ShowcaseViewApi
-
- setContentTitlePaint(TextPaint) - Method in class com.github.amlcurran.showcaseview.ShowcaseView.Builder
-
- setDetailTextAlignment(Layout.Alignment) - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
Sets the text alignment of the detail text
- setHideOnTouchOutside(boolean) - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
- setHideOnTouchOutside(boolean) - Method in interface com.github.amlcurran.showcaseview.ShowcaseViewApi
-
- setOnClickListener(View.OnClickListener) - Method in class com.github.amlcurran.showcaseview.ShowcaseView.Builder
-
Set a listener which will override the button clicks.
- setOnShowcaseEventListener(OnShowcaseEventListener) - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
- setParent(ViewGroup, int) - Method in class com.github.amlcurran.showcaseview.ShowcaseView.Builder
-
- setShouldCentreText(boolean) - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
Set whether the text should be centred in the screen, or left-aligned (which is the default).
- setShowcase(Target, boolean) - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
- setShowcaseColour(int) - Method in class com.github.amlcurran.showcaseview.MaterialShowcaseDrawer
-
- setShowcaseColour(int) - Method in interface com.github.amlcurran.showcaseview.ShowcaseDrawer
-
Sets the value of the showcase color from themes.
- setShowcaseDrawer(ShowcaseDrawer) - Method in class com.github.amlcurran.showcaseview.ShowcaseView.Builder
-
Set a custom showcase drawer which will be responsible for measuring and drawing the showcase
- setShowcaseEventListener(OnShowcaseEventListener) - Method in class com.github.amlcurran.showcaseview.ShowcaseView.Builder
-
- setShowcaseX(int) - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
- setShowcaseY(int) - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
- setStyle(int) - Method in class com.github.amlcurran.showcaseview.ShowcaseView.Builder
-
Set the style of the ShowcaseView.
- setStyle(int) - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
- setStyle(int) - Method in interface com.github.amlcurran.showcaseview.ShowcaseViewApi
-
- setTarget(Target) - Method in class com.github.amlcurran.showcaseview.ShowcaseView.Builder
-
Set the target of the showcase.
- setTarget(Target) - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
- setTitleTextAlignment(Layout.Alignment) - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
Sets the text alignment of the title text
- setUp() - Method in class com.github.amlcurran.showcaseview.targets.ActionItemTarget
-
- setUp() - Method in class com.github.amlcurran.showcaseview.targets.ActionViewTarget
-
- show() - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
- show() - Method in interface com.github.amlcurran.showcaseview.ShowcaseViewApi
-
- showButton() - Method in class com.github.amlcurran.showcaseview.ShowcaseView
-
- ShowcaseDrawer - Interface in com.github.amlcurran.showcaseview
-
Class to implement your own drawing of a showcase view, should you want more
control.
- ShowcaseView - Class in com.github.amlcurran.showcaseview
-
A view which allows you to showcase areas of your app with an explanation.
- ShowcaseView(Context, boolean) - Constructor for class com.github.amlcurran.showcaseview.ShowcaseView
-
- ShowcaseView(Context, AttributeSet, int, boolean) - Constructor for class com.github.amlcurran.showcaseview.ShowcaseView
-
- ShowcaseView.Builder - Class in com.github.amlcurran.showcaseview
-
Builder class which allows easier creation of
ShowcaseViews.
- ShowcaseView.Builder(Activity) - Constructor for class com.github.amlcurran.showcaseview.ShowcaseView.Builder
-
- ShowcaseView.Builder(Activity, boolean) - Constructor for class com.github.amlcurran.showcaseview.ShowcaseView.Builder
-
- ShowcaseView.TextPosition - Annotation Type in com.github.amlcurran.showcaseview
-
- ShowcaseViewApi - Interface in com.github.amlcurran.showcaseview
-
A simple interface which makes it easy to keep track of what is in the public
ShowcaseView API
- SimpleShowcaseEventListener - Class in com.github.amlcurran.showcaseview
-
Basic implementation of
OnShowcaseEventListener which does nothing
for each event, but can be override for each one.
- SimpleShowcaseEventListener() - Constructor for class com.github.amlcurran.showcaseview.SimpleShowcaseEventListener
-
- singleShot(long) - Method in class com.github.amlcurran.showcaseview.ShowcaseView.Builder
-
Set the ShowcaseView to only ever show once.