Difference between Button with image, ImageButton, and clickable ImageView?

后端 未结 5 1742
一向
一向 2021-02-01 12:14

Is there any difference between Button with image, ImageButton and clickable ImageView?

5条回答
  •  广开言路
    2021-02-01 12:43

    ImageView = Display Images (android:src)
    

    ImageButton = Diaplay Images as imageView and get click effect as button (android:src) and cannot set text to it.

    Button = set text and (android:background)
    

提交回复
热议问题