( ImageView )——使用BitMap建立圓形的ImageView

圖片路徑 用戶的使用的圖片路徑須要放到assets文件夾下面java 並獲取AssetManager對象(在獲取圖片資源時完成了該步驟)canvas 獲取資源文件中的圖片資源 public Bitmap getBitMap(String path) { mAssetManager = this.getAssets(); InputStream in = null; try
相關文章
相關標籤/搜索