android image button

前端 未结 4 814
温柔的废话
温柔的废话 2020-11-27 13:52

How can i create a button with no text and an image centered horizontally ? I don\'t want to use an ImageButton because I want to define a different backgound image

4条回答
  •  情深已故
    2020-11-27 14:14

    You can use the button :

    1 - make the text empty

    2 - set the background for it

    +3 - you can use the selector to more useful and nice button


    About the imagebutton you can set the image source and the background the same picture and it must be (*.png) when you do it you can make any design for the button

    and for more beauty button use the selector //just Google it ;)

提交回复
热议问题