if(mCurrentPageIndex==position){
lp.leftMargin = (int) (positionOffset+mCurrentPageIndex)*mScreen1_3;
}else {
lp.leftMargin = (int) (positionOffset-1+mCurrentPageIndex)*mScreen1_3;
}
lp.leftMargin = (int) (positionOffset+mCurrentPageIndex)*mScreen1_3;
}else {
lp.leftMargin = (int) (positionOffset-1+mCurrentPageIndex)*mScreen1_3;
}
2016-02-23
官网提供的.9格式的图片素材在android studio中报错,网上的方法都试过,不管用,如果直接将.9去掉,运行之后,tabline图片回变形,失去了作用,
2016-01-23
我是在eclipse中直接导入的BadgeView的,但是发现没有setBadgeCount 这个方法,但是用setText()方法完全一模一样
2015-12-19
不错,这个老师有素材提供的.......其他老师木有哦,搞的即是写好了代码,也很不爽。我很喜欢那种键盘声...哒哒哒
2015-12-02