I want to add image in button with text my code is
How to add image in button with text in android Anonymous User 2183 27 Feb 2015 I want to add image in button with text my code is<Button android:id="@+id/mybtn" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Ok" />
You need to add drawableLeft or drawableRight in your xml file. It set icon on left, right top and bottom.
It will look like :