Fill in the blank to make the Drawable inside the TextView two times bigger than it would be if we used setCompoundDrawablesWithIntrinsicBounds.
// icon: Drawable
icon.setBounds(0, 0, _______________________________)
textView.setCompoundDrawables(icon, null, null, null)