Android-設定ImageView 的顯示資源檔圖片 Android-設定ImageView 的顯示資源檔圖片 2015-09-29 jashliao Comments 0 Comment Android-設定ImageView 的顯示資源檔圖片 語法:t1.setImageResource(R.drawable.圖檔名稱) 範例: import android.widget.*; ImageView t1 = (ImageView) findViewById(R.id.imageButton1); t1.setImageResource(R.drawable.圖檔名稱);