Drawable country = context.getResources().getDrawable(drawableId); country.setBounds(0, 0, country.getMinimumWidth(), country.getMinimumHeight()); nameText.setCompoundDrawables(country, null, null, null); setBounds(0, 0, country.getMinimumWidth(), co…