安卓菜鸡 2017-10-20 05:34 采纳率: 0%
浏览 929
已采纳

安卓在适配器里面设置屏幕透明度

怎么才能在适配器里面得到getWindow方法啊传个context不行 又不能传getActivity
怎么才能拿到给getWindow..getAttributes()
public void backgroundAlpha(float bgAlpha)
{
WindowManager.LayoutParams lp =getWindow().getAttributes();
lp.alpha = bgAlpha; //0.0-1.0
getWindow().setAttributes(lp);
}

  • 写回答

1条回答

  • Grindstone_Fos 2017-10-20 07:19
    关注

    把Activity对象作为参数传过去啊。。在adapter的构造方法里面加上Activity参数啊
    getWindow()是Activity类的方法。

    /**
     * Retrieve the current {@link android.view.Window} for the activity.
     * This can be used to directly access parts of the Window API that
     * are not available through Activity/Screen.
     *
     * @return Window The current window, or null if the activity is not
     *         visual.
     */
    public Window getWindow() {
        return mWindow;
    }
    

    例子:
    Class TestActivity:
    ...
    TestAdapter adapter = new TestAdapter(this);
    ...

    Class TestAdapter:
    ...
    Activity mActivity;
    TestAdapter(Activity activity){
    mActivity = activity;
    }
    ...
    public void backgroundAlpha(float bgAlpha)
    {
    WindowManager.LayoutParams lp =mActivity.getWindow().getAttributes();
    lp.alpha = bgAlpha; //0.0-1.0
    getWindow().setAttributes(lp);
    }
    ...

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器