I\'m looking to create a custom button. This button ideally would have an image on the left and a textview on the right. How would I accomplish this?
If you want to write code to do this, use setCompoundDrawables() of the Button class to decide where the drawable should appear relative to text. Look for the API for more details.