2012년 12월 27일 목요일

how to to boundCenterBottom with setBounds


int dWidth = drawable.getIntrinsicWidth();
int dHeight = drawable.getIntrinsicHeight();
drawable.setBounds(-dWidth / 2, -dHeight, dWidth / 2, 0);

댓글 없음:

댓글 쓰기