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