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
in onmeasure()
use
int height = getDefaultSize(getSuggestedMinimumHeight(), heightMeasureSpec);
int width = getDefaultSize(getSuggestedMinimumWidth(), widthMeasureSpec);
instead of
width = getWidth(); // Get View Width
height = getHeight();// Get View Height
No description provided.
The text was updated successfully, but these errors were encountered: