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?
In Xml layout use this drawable layout options and get simple layouts.The following line gives the image at the left side of the text.
android:drawableLeft="@drawable/image"