PlaybackDrawableTint.java 文件源码

java
阅读 24 收藏 0 点赞 0 评论 0

项目:Orpheus 作者:
public static LevelListDrawable getShuffleDrawable36(Context context, int color) {
    final int res = R.drawable.ic_shuffle_white_36dp;
    final LevelListDrawable d = new LevelListDrawable();
    d.addLevel(0,0, context.getResources().getDrawable(res));
    d.addLevel(1, 2, tintDrawable(context, res, color));
    return d;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号