读书人

ExpandableListView箭头的位置转换

发布时间: 2012-12-30 10:43:14 作者: rapoo

ExpandableListView箭头的位置变换

将ExpandableListView的位置变换到右侧(包括继承自ExpandableListView的文件)
 
Display newDisplay = getActivity().getWindowManager().getDefaultDisplay(); int width = newDisplay.getWidth();newListView.setIndicatorBounds(width-50, width);

读书人网 >移动开发

热点推荐