现在的位置: 首页 > 综合 > 正文

ExpandableListView箭头的位置变换

2013年09月08日 ⁄ 综合 ⁄ 共 205字 ⁄ 字号 评论关闭
将ExpandableListView的位置变换到右侧(包括继承自ExpandableListView的文件)
 
Display newDisplay = getActivity().getWindowManager().getDefaultDisplay(); 
int width = newDisplay.getWidth();
newListView.setIndicatorBounds(width-50, width);

抱歉!评论已关闭.