Android雜談---帶圖片的Toast

當需要提示的時候,我們可以用Toast來顯示信息 如: Toast t=Toast.makeText(this,"你好",Toast.LENGTH_SHORT); t.show();   那麼,如果要想在Toast裏面顯示圖片,該怎麼做的,如下,你懂的 package org.hualang.toast; import android.app.Activity; import android.o
相關文章
相關標籤/搜索