Thanks to visit codestin.com
Credit goes to github.com

Skip to content

method isShowing() #55

@mariooooo

Description

@mariooooo

method isShowing() always false doesn't work in version 0.1.9

tooltip = new Tooltip.Builder(registration_or)
.setText(getResources().getString(R.string.account_registration_instruction))
.setCancelable(true)
.setDismissOnClick(true)
.setTextColor(getResources().getColor(R.color.white))
.setBackgroundColor(getResources().getColor(R.color.mainGreen))
.setTypeface(fontBoldIt)
.setTextSize(18f)
.setCornerRadius(5f)
.setPadding(50f)
.show();
if(tooltip.isShowing()){
System.out.println("TOOLTIP IS SHOWING!!!!!");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions