i want add Button in middle of text in TextView, like when i see a phone number in text, replace it with a Button in TextView, and set background of Button to a contact picture, but how can i add Button to TextView ? is it possible ?
<TextView
android:id="@+id/textview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />