已采納回答 / qq_自由飛翔_1
不是,需要在Manifest.xml中<activity ></activity>之間添加android:theme="@android:style/Theme"然后圖片就能顯示了
2016-04-10
一口氣講完啊 看完這一章 我點(diǎn)擊發(fā)送按鈕一直沒反應(yīng)我還以為是我哪里寫錯了呢。。。查了半天代碼 才發(fā)現(xiàn) 你在下節(jié)課 講怎么顯示...
2016-04-08
LayoutInflater inflater=LayoutInflater.from(getApplicationContext());
View view=inflater.inflate(R.layout.toast_layout,null);
Toast toast1=new Toast(getApplicationContext());
toast1.setView(view);
toast1.show();
View view=inflater.inflate(R.layout.toast_layout,null);
Toast toast1=new Toast(getApplicationContext());
toast1.setView(view);
toast1.show();
2016-04-03