Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

textTypeFace #98

Closed
mosi5505 opened this issue Jan 5, 2017 · 1 comment
Closed

textTypeFace #98

mosi5505 opened this issue Jan 5, 2017 · 1 comment

Comments

@mosi5505
Copy link

mosi5505 commented Jan 5, 2017

Hi dear

I use this Library...
When i use this code, and change the outerCircleColor and others to my app arguments, the compiler set the textTypeFace to red color, and give an error with this discription "Cannot resolve method textTypeFace" please help me about it... with the best thanks for build this library...

TapTargetView.showFor(this, // this is an Activity
TapTarget.forView(findViewById(R.id.fab_calc), "This is a target", "We have the best targets, believe me")
// All options below are optional
.outerCircleColor(R.color.red) // Specify a color for the outer circle
.targetCircleColor(R.color.white) // Specify a color for the target circle
.titleTextSize(20) // Specify the size (in sp) of the title text
.titleTextColor(R.color.white) // Specify the color of the title text
.descriptionTextSize(10) // Specify the size (in sp) of the description text
.descriptionTextColor(R.color.red) // Specify the color of the description text
.textColor(R.color.blue) // Specify a color for both the title and description text
.textTypeFace(Typeface.SANS_SERIF) // Specify a typeface for the text
.dimColor(R.color.black) // If set, will dim behind the view with 30% opacity of the given color
.drawShadow(true) // Whether to draw a drop shadow or not
.cancelable(false) // Whether tapping outside the outer circle dismisses the view
.tintTarget(true) // Whether to tint the target view's color
.transparentTarget(false) // Specify whether the target is transparent (displays the content underneath)
//.icon(Drawable) // Specify a custom drawable to draw as the target
.targetRadius(60), // Specify the target radius (in dp)
new TapTargetView.Listener() { // The listener can listen for regular clicks, long clicks or cancels
@OverRide
public void onTargetClick(TapTargetView view) {
super.onTargetClick(view); // This call is optional
//doSomething();
}
});

1.6.1

**Android version:**Api 17

@xiphirx xiphirx closed this as completed in 459a3af Jan 5, 2017
@xiphirx
Copy link
Collaborator

xiphirx commented Jan 5, 2017

Use textTypeface not textTypeFace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants