可能重複:
What is the difference between src and background of ImageView區別:android:background和android:src?
是什麼android:background
和android:src
之間的區別?他們的工作是否相同?
可能重複:
What is the difference between src and background of ImageView區別:android:background和android:src?
是什麼android:background
和android:src
之間的區別?他們的工作是否相同?
一套背景,一套圖像。您可以使用兩者來設置圖像的背景。
android:background
存在所有的視圖。顧名思義,這就是後臺將要發生的事情。
android:src
存在ImageViews
及其子類。你可以把它看作前景。由於ImageView
是View
的子類,因此您甚至有android:background
。
您可以使用背景各方面的意見.. 但你可以使用SRC僅ImageView的&的ImageButton .....