Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to set Image and text at the center of the button

Tags:

android

i have set my buttons width to fill_parent.

so Is it possible to set Image and text at center of button.

there is option for drawable_Left but it aligns image on left side of button...

I want something like this.


.... [image][text].... |


Thanks:

like image 907
N-JOY Avatar asked Nov 05 '22 21:11

N-JOY


1 Answers

Try this: first set background for the button then set image by using android:drawableTop="" and then set the text by android:text=""

like image 117
Lavanya Avatar answered Nov 14 '22 23:11

Lavanya