BitmapDrawable

Posted 天长地久-无为

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了BitmapDrawable相关的知识,希望对你有一定的参考价值。




/**
* Create drawable from a bitmap, setting initial target density based on
* the display metrics of the resources.
*/
public BitmapDrawable(Resources res, Bitmap bitmap) {
this(new BitmapState(bitmap), res);
mBitmapState.mTargetDensity = mTargetDensity;
}

以上是关于BitmapDrawable的主要内容,如果未能解决你的问题,请参考以下文章