You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I add this code to change the view pager width and height,the animation dosent work !
DisplayMetrics dm = new DisplayMetrics();
getWindowManager().getDefaultDisplay().getMetrics(dm);
int w = dm.widthPixels;
int h = dm.heightPixels;
ViewGroup.LayoutParams layoutParams = mJazzy.getLayoutParams();
layoutParams.width = w - h / 4;
layoutParams.height = layoutParams.width * 3 / 2;
The text was updated successfully, but these errors were encountered:
when I add this code to change the view pager width and height,the animation dosent work !
The text was updated successfully, but these errors were encountered: