將ExpandableListView的位置變換到右側(包括繼承自ExpandableListView的文件)   Display newDisplay = getActivity().ge

 

 
將ExpandableListView的位置變換到右側(包括繼承自ExpandableListView的文件)
Display newDisplay = getActivity().getWindowManager().getDefaultDisplay(); 
int width = newDisplay.getWidth();
newListView.setIndicatorBounds(width-50, width);

From:CSDN
arrow
arrow
    全站熱搜

    戮克 發表在 痞客邦 留言(0) 人氣()