首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

LayoutParams lp = (LayoutParams) mChangeSexLayout.getLayoutParams()

2012-08-30 
LayoutParams lp (LayoutParams) mChangeSexLayout.getLayoutParams()LayoutParams lp (LayoutParams

LayoutParams lp = (LayoutParams) mChangeSexLayout.getLayoutParams();
LayoutParams lp = (LayoutParams) mChangeSexLayout.getLayoutParams();
            if (!mIsChangeSexLayoutExpand) {
                lp.rightMargin = dip2px(5);
                mChangeSexLayout.setLayoutParams(lp);
            } else {
                lp.rightMargin = -dip2px(65);
                mChangeSexLayout.setLayoutParams(lp);
            }
            mChangeSexLayout.clearAnimation();

热点排行