public ToolTip(){
/* default values */
mTitle = "";
mDescription = "";
mBackgroundColor = Color.parseColor("#3498db");
mTextColor = Color.parseColor("#FFFFFF");
mEnterAnimation = new AlphaAnimation(0f, 1f);
mEnterAnimation.setDuration(1000);
mEnterAnimation.setFillAfter(true);
mEnterAnimation.setInterpolator(new BounceInterpolator());
mShadow = true;
mWidth = -1;
// TODO: exit animation
mGravity = Gravity.CENTER;
}
ToolTip.java 文件源码
java
阅读 35
收藏 0
点赞 0
评论 0
项目:TourGuide
作者:
评论列表
文章目录