Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通常,如果从资源加载已被 9 切片的图像,它会自动拉伸。使用文件路径和 BitmapFactory 加载图像时是否可以保留此功能?
我还没有尝试过,但似乎你可以用 来创建一个NinePatchDrawable,Bitmap查看文档。
NinePatchDrawable
Bitmap
编辑:嗯......它可能不像看起来那么简单,请参阅这个答案。
“9-patch”,但是是的。参见构造函数NinePatch。
NinePatch