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:


Comments

Popular posts from this blog

How to Create Material Ripple Effect in Sketchware

How to Create Custom Notifications with Listeners

How to create Custom Dialog in Sketchware