【发布时间】:2015-01-24 13:40:00
【问题描述】:
我正在使用https://github.com/amlcurran/ShowcaseView 制作一个简单的教程,但标题或文本出现在左角全部压缩。
使用
sv.setShouldCentreText(true);
没有区别。这是代码。
ViewTarget target = new ViewTarget(R.id.mainImage1, this);
ShowcaseView sv=
new ShowcaseView.Builder(this)
.setTarget(target)
.setContentTitle("Long click to set wallpaper")
.build();
标题显示为
【问题讨论】:
标签: android showcaseview