Users Pricing

forum

home / developersection / forums / how to add image in button with text in android

How to add image in button with text in android

Anonymous User 2154 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" />



I am a content writter !


1 Answers

Anonymous User 27 Feb 2015 Accepted Answer