标签: android xml layout viewgroup
在我的应用中,我正在改变布局位置:
totalCommentLayout.layout(0, webviewHeight - buttomBtnsHeight - shadowHeight, width, webviewHeight);
发生了变化,但随后它又变回XML文件中描述的布局。 为什么会发生这种情况?如何在布局位置保持这种变化?
XML