1
有沒有人爲ExpandableListActivity添加一個靜態頭文件。請幫忙,我想在ExpandableListActivity中創建一個頭文件。 由於 DeepeshExpandableListActivity與addHeader
有沒有人爲ExpandableListActivity添加一個靜態頭文件。請幫忙,我想在ExpandableListActivity中創建一個頭文件。 由於 DeepeshExpandableListActivity與addHeader
只要充氣所需的視圖,並將其添加作爲頭:
View header = (View)getLayoutInflater().inflate(R.layout.header, null);
getExpandableListView().addHeaderView(header);
看一看鏈路[置頂頁眉和頁腳到'ListVeiw'](HTTP://blog.maxaller .name/2010/05/attach-a-sticky-headerfooter-to-android-listview /) –
嗨Adil,我需要這個ExpandableListActivity,我能夠做到這一點的ListView,但我想爲ExpandableListActivity。 – max
你是否試過'ExpandableListActivity',那麼發生了什麼..?你面臨什麼問題..? –