美文网首页开发指南
【备忘】开发常用-笔记

【备忘】开发常用-笔记

作者: 墨韵 | 来源:发表于2022-05-09 17:49 被阅读0次

    [java实现]android:drawableLeft="@drawable/icon"

    textView.setCompoundDrawablesWithIntrinsicBounds(getIconDrawable(R.drawable.icon),null,null,null);
    // 或
    textView.setCompoundDrawablesWithIntrinsicBounds(R.drawable.icon,0,0,0);
    

    jarsigner命令

    官方命令说明

    Launcher相关

    Launcher3\res\xml\default_workspace.xml


    配置

    删除系统应用的办法

    网友分享

    Sublime换行符问题:写Android shell脚本用unix

    泪!被坑过~

    weditor报错Local server not started, start with,$ python -m weditor

    表情:感动
    Chrome清除Cookie方法

    命令行安装ATX

    $ python3 -m uiautomator2 init


    命令行安装ATX

    相关文章

      网友评论

        本文标题:【备忘】开发常用-笔记

        本文链接:https://www.haomeiwen.com/subject/qqnhurtx.html