jar
文章平均质量分 70
peakerlu
You can do it if you dare
展开
-
unity Android 交互
制作 unity jar (android和unity 交互) 一 在 Android studio 里面新建一个项目 . new 一个 module ,选择 lib (注意创建的包名 例如 com.unity,text 要和 unity 导出apk 的包名一样) //如果项目中需要用到第三方的jar 的时候 在lib文件夹下添加--- 因为要提供原创 2017-10-30 10:24:11 · 695 阅读 · 0 评论 -
动态设置 图片 tint
Drawable up = ContextCompat.getDrawable(getContext(),R.drawable.fajuchuzheng); Drawable drawableUp= DrawableCompat.wrap(up); DrawableCompat.setTint(drawableUp, Contex...原创 2018-07-24 16:32:26 · 1490 阅读 · 0 评论