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 1758 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" />



Updated on 27-Feb-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By