|
|
|
@ -42,8 +42,6 @@ public class XWTabFitLayout extends XWFitLayout {
|
|
|
|
|
// tab布局在拖拽导致的缩放里(含间隔时),如果拖拽宽高大于组件宽高,会导致调整的时候找不到原来的组件
|
|
|
|
|
// 这里先将拖拽之前的宽高先做备份
|
|
|
|
|
public static final Color NORMAL_GRAL = new Color(236,236,236); |
|
|
|
|
private static final String WIDGET_NAME = "widgetName"; |
|
|
|
|
private static final String MARGIN = "margin"; |
|
|
|
|
private Dimension referDim; |
|
|
|
|
private Background initialBackground; |
|
|
|
|
private Background overBackground; |
|
|
|
|