android-仿QQtab(10)
来源:未知 责任编辑:责任编辑 发表时间:2014-05-20 18:32 点击:次
// 最终位置
endLeft = tabLeft-select_width/2;
current = R.id.tab3;
run = true;
text.setText("我的QQ群联系人");
}
break;
default:
break;
}
if(run){
TranslateAnimation animation = new TranslateAnimation(startLeft, endLeft-firstLeft, 0, 0);//水平移动
startLeft = endLeft -firstLeft;//// 重新设定起始位置
animation.setDuration(400);
animation.setFillAfter(true);
top_select.bringToFront();
top_select.startAnimation(animation);
}
}
};
}
作者“一个人的ye”
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>