``` public Drawable getDrawable(String source) { Drawable drawable = BitmapUtil.LoadImageFromWebOperations(source); drawable.setBounds(0, 0, about.getWidth() - about.getPaddingLeft() - about.getPaddingRight(), 400); return drawable; } ```