-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
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
Labels
No labels