LinearLayout.LayoutParams lp=(android.widget.LinearLayout.LayoutParams) imageView.getLayoutParams();
lp.leftMargin=(int)(position*scree1_3+scree1_3*postionOffset);
imageView.setLayoutParams(lp);
LinearLayout.LayoutParams lp=(android.widget.LinearLayout.LayoutParams) imageView.getLayoutParams();
lp.leftMargin=(int)(position*scree1_3+scree1_3*postionOffset);
imageView.setLayoutParams(lp);
2014-10-04
举报