@Override
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
super.onMeasure(widthMeasureSpec, heightMeasureSpec);
if (!once) {
viewGroup = (LinearLayout) this.getChildAt(0);
content = (LinearLayout) viewGroup.getChildAt(0);
menu = (Button) viewGroup.getChildAt(1);
LinearLayout.LayoutParams ll = (LinearLayout.LayoutParams) content.getLayoutParams();
ll.width = screenWidth;
content.setLayoutParams(ll);
menuWidth = menu.getMeasuredWidth();
viewGroup.getLayoutParams().width = screenWidth+menuWidth;
once = true;
}
}
布局:
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
光阴似箭催人老,日月如移越少年。