2010年2月6日星期六

圖像視圖(ImageView)

圖像視圖(ImageView)

很簡單, 圖像視圖(ImageView)就是顯示圖像的視圖. 圖像視圖類可以從不同來源加載圖像, 如資源(resources)或內容提供商(內容提供商).



加載圖片來自不同來源(如資源或內容提供商)

佈局(main.xml)
<ImageView  
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/icon"
/>




沒有留言:

發佈留言