吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1868|回复: 3
收起左侧

[讨论] Auto.js 这个console为何修改有透明效果?

[复制链接]
行云丶尘伤 发表于 2021-5-17 17:08
[JavaScript] 纯文本查看 复制代码
//尝试启动悬浮框
        console.show();
        var field = runtime.console.class.getDeclaredField("mConsoleFloaty");
        field.setAccessible(true);
        mConsoleFloaty = field.get(runtime.console);
        
        mConsoleFloaty.expandedView.parent
          .getChildAt(1)
          .getChildAt(0)
          .getChildAt(0)
          .setBackgroundColor(colors.parseColor("#eeeeee"));
        mConsoleFloaty.expandedView.parent
          .getChildAt(1)
          .getChildAt(0)
          .getChildAt(1)
          .setBackgroundColor(colors.parseColor("#eeeeee"));
        
        let parent = mConsoleFloaty.expandedView.parent;
        
        var inputView = parent.findViewById(context.getResources().getIdentifier("input", "id", context.getPackageName()));
        var buttonView = parent.findViewById(context.getResources().getIdentifier("submit", "id", context.getPackageName()));
        ui.run(function () {
          inputView.setVisibility(8);
            
          buttonView.setVisibility(8);
        });
        console.verbose("调整大小...");;
        sleep(100);
        console.setSize(500,300);
        console.verbose("调整位置...");
        sleep(100);
        console.setPosition(800,device.height/500);
console.info("调整完毕");
我想知道下面这个UI,如何修改后可以有透明效果。

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

 楼主| 行云丶尘伤 发表于 2021-5-17 17:25
已经解决。各位有更漂亮的ui吗···
853679185 发表于 2021-6-2 16:12
 楼主| 行云丶尘伤 发表于 2021-6-2 20:24
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-26 00:11

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表