如何将ShowcaseView项目作为库添加到我的项目中?
我正在使用Eclipse [ADT]。 我已经在库中的属性中设置了“is libryry”复选框以进行检查并将其添加到我的库但是示例代码
new ShowcaseView.Builder(this)
.setTarget(new ActionViewTarget(this, ActionViewTarget.Type.HOME))
.setContentTitle("ShowcaseView")
.setContentText("This is highlighting the Home button")
.hideOnTouchOutside()
.build();
说“创建类'ShowcaseView'”。
答案 0 :(得分:1)