|
|
|
@ -574,6 +574,7 @@ public class XWAbsoluteLayout extends XLayoutContainer {
|
|
|
|
|
* @param width 宽度 |
|
|
|
|
* @param actualSize 是否按照实际大小计算 |
|
|
|
|
*/ |
|
|
|
|
@Override |
|
|
|
|
public void recalculateChildWidth(int width, boolean actualSize){ |
|
|
|
|
int componentCont = getComponentCount(); |
|
|
|
|
for (int i = 0; i < componentCont; i++) { |
|
|
|
@ -587,6 +588,7 @@ public class XWAbsoluteLayout extends XLayoutContainer {
|
|
|
|
|
* @param height 高度 |
|
|
|
|
* @param actualSize 是否按照实际大小计算 |
|
|
|
|
*/ |
|
|
|
|
@Override |
|
|
|
|
public void recalculateChildHeight(int height, boolean actualSize){ |
|
|
|
|
int componentCont = getComponentCount(); |
|
|
|
|
for (int i = 0; i < componentCont; i++) { |
|
|
|
|