How to Control widget width and height using Seekbar
The code is:
_v.getLayoutParams().height = (int)_h;
_v.getLayoutParams().width = (int)_w;
_v.requestLayout();
The tutorial video is:
_v.getLayoutParams().height = (int)_h;
_v.getLayoutParams().width = (int)_w;
_v.requestLayout();
The tutorial video is:
Comments
Post a Comment