wuqianshmily 2014-03-05 07:24
浏览 2792

android横屏后图片没有充满layout

m_iVideoLayout = new AbsoluteLayout(this.getContext());//新建layout

m_iVideoBaseLayout.addView(m_iVideoLayout, new AbsoluteLayout.LayoutParams(iVideoImageWidth, iVideoImageHeigt, 0, (iVideoAreaHeight-iVideoImageHeigt)/2 + iTitleAreaHeight ));

m_iImageView = new ImageView(this.getContext());//新建ImageView
m_iVideoLayout.addView(m_iImageView, new RelativeLayout.LayoutParams(GridLayout.LayoutParams.MATCH_PARENT,GridLayout.LayoutParams.MATCH_PARENT));//设置ImageView的布局

监听手机横屏函数:

RotateAnimation rotateAnimation = new RotateAnimation(0, 90, centerX,
centerY);
rotateAnimation.setDuration(0);
rotateAnimation.setFillAfter(true);

//改变layout的params
AbsoluteLayout.LayoutParams params = (LayoutParams) m_iVideoLayout.getLayoutParams();
params.width = height;
params.height = width;
params.y = GlobalDefine.GetYScale(78)+y;
params.x = x;

m_iVideoLayout.setLayoutParams(params);
m_iVideoLayout.startAnimation(rotateAnimation);
横屏之后,为什么imageView不能充满整个layout??
再竖屏之后又可以充满layout
怎样才能充满整个layout ,求帮忙啊!

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
    • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
    • ¥20 有关区间dp的问题求解
    • ¥15 多电路系统共用电源的串扰问题
    • ¥15 slam rangenet++配置
    • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
    • ¥15 ubuntu子系统密码忘记
    • ¥15 保护模式-系统加载-段寄存器
    • ¥15 电脑桌面设定一个区域禁止鼠标操作
    • ¥15 求NPF226060磁芯的详细资料