Android imageView控件移动以后,设置background又立马回到初始位置。。
拖动imageView以后,不管对他进行任何操作都会复位。在网上查,很多说要重写onLayout,但是自己重写以后,仍然不能保存移动以后的位置。protectedvoid...
拖动imageView以后,不管对他进行任何操作都会复位。
在网上查,很多说要重写onLayout,但是自己重写以后,仍然不能保存移动以后的位置。
protected void onLayout(boolean changed, int l, int t, int r, int b) {
int childCount = getChildCount();
for (int i = 0; i < childCount; i++) {
View childView = getChildAt(i);
int measureHeight = childView.getMeasuredHeight();
int measuredWidth = childView.getMeasuredWidth();
childView.layout(l, t, l+measuredWidth,t+measureHeight);
}
}
求指导!!!!!!!!
感激不尽!!!!!!!!!!!!!
我指的是用onTouchListener进行对imageView的ACTION_MOVE的操作。。然后我图片移动以后设置了 v.layout(l,t,r,b),不过位置并没有存进去。我setBackground()或者任何对imageView的操作都会使imageView恢复到最初的位置。。。 展开
在网上查,很多说要重写onLayout,但是自己重写以后,仍然不能保存移动以后的位置。
protected void onLayout(boolean changed, int l, int t, int r, int b) {
int childCount = getChildCount();
for (int i = 0; i < childCount; i++) {
View childView = getChildAt(i);
int measureHeight = childView.getMeasuredHeight();
int measuredWidth = childView.getMeasuredWidth();
childView.layout(l, t, l+measuredWidth,t+measureHeight);
}
}
求指导!!!!!!!!
感激不尽!!!!!!!!!!!!!
我指的是用onTouchListener进行对imageView的ACTION_MOVE的操作。。然后我图片移动以后设置了 v.layout(l,t,r,b),不过位置并没有存进去。我setBackground()或者任何对imageView的操作都会使imageView恢复到最初的位置。。。 展开
若以下回答无法解决问题,邀请你更新回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询