任何人都可以幫助我找出如何將一個ImageView作爲頭添加到一個ListView?如何添加一個ImageView作爲ListView標題?
我的代碼是在這裏:
LayoutInflater inflater = (LayoutInflater) getApplicationContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
View snapshot = inflater.inflate(R.layout.map_snapshot, null);
ListView channelsList = (ListView) findViewById(R.id.channelsList);
channelsList.addHeaderView(snapshot);
現在它說明不了什麼。
謝謝,那有效! – Graykos 2012-07-18 07:07:02
太好了,如果那是你的解決方案,請接受答案。 – 2012-07-18 07:12:46