android - View.layout changes to default xml layout -
in app, i'm changing layout location doing this:
totalcommentlayout.layout(0, webviewheight - buttombtnsheight - shadowheight, width, webviewheight);
the change happening changes layout described in xml
file. why happening , how can persist change in location of layout?
Comments
Post a Comment