Android之ExpandableListView的各种效果(默认展开不合闭,自定义父栏目及箭头控制)
1. 設置ExpandableListView 默認是展開的:?
先實例化exListView (ExpandableListView所有數據齊全后可用,否則報錯)
?
2. 去掉ExpandableListView 默認的箭頭?
用到ExpandableListView時有個箭頭圖標系統自帶的在你自定義布局也不能去掉只要設置一個屬性即可,如下:?
?
此處就是設置自定義的箭頭圖標的。置空則沒有了。 ?
也可以自定義(但是位置還是在那個地方不推薦)如下:?
首先,自定義一個expandablelistviewselector.xml文件,具體內容如下: Java代碼?
加一句代碼如下:?
?
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_expanded="true" android:drawable="@drawable/expandablelistviewindicatordown" /> <item android:drawable="@drawable/expandablelistviewindicator" /> </selector> settingLists.setGroupIndicator(this.getResources().getDrawable(R.layout.expandablelistviewselector)); ??或xml設置: ?android:groupIndicator="@drawable/groupIndicator_selector"3. 將默認的箭頭修改到右邊顯示:?
?
1)首先ExpandableListViewelistview; ?
elistview.setGroupIndicator(null);//將控件默認的左邊箭頭去掉,
? 2)在自定義的繼承自BaseExpandableListAdapter的adapter中有一個方法
/** * 父類view */ @Override ublic View getGroupView(intgroupPosition, booleanisExpanded, View convertView, ViewGroup parent) { Log.i("zhaoxiong","parent view"); LinearLayoutparentLayout=(LinearLayout) View.inflate(context, R.layout.wowocoupons_parent_item, null); TextViewparentTextView=(TextView)parentLayout.findViewById(R.id.parentitem); parentTextView.setText(parentlist.get(groupPosition)); ImageViewparentImageViw=(ImageView) parentLayout.findViewById(R.id.arrow); //判斷isExpanded就可以控制是按下還是關閉,同時更換圖片 if(isExpanded){ parentImageViw.setBackgroundResource(R.drawable.arrow_down); }else{ parentImageViw.setBackgroundResource(R.drawable.arrow_up); } return parentLayout; }expandablelistview響應onGroupClick監聽:
設置expandablelistview.setOnGroupClickListener()
折疊和展開事件,可以設置setOnGroupCollapseListener和setOnGroupExpandListener
ExpandableListView中包含多個group,想要展開一個group時,其他group都關閉:
3)expandablelistview的Group點擊事件,onGroupClick的返回值false展開,true不展開(如果配合默認展開,就會固定展開不收縮)
按 Ctrl+C 復制代碼總結
以上是生活随笔為你收集整理的Android之ExpandableListView的各种效果(默认展开不合闭,自定义父栏目及箭头控制)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Android 中shape的使用(圆角
- 下一篇: 长沙装水表价格:起价1100元。