Android
Expandable list view move group icon indicator to right
tomato13
2011. 11. 18. 09:59
http://stackoverflow.com/questions/5800426/expandable-list-view-move-group-icon-indicator-to-right
ex)
Display newDisplay = getWindowManager().getDefaultDisplay(); int width = newDisplay.getWidth(); newListView.setIndicatorBounds(width-50, width);