티스토리 뷰
LinearLayout.LayoutParams lp = new LinearLayout.LayoutParams(LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.WRAP_CONTENT);
lp.setMargins(left, top, right, bottom);
imageView.setLayoutParams(lp);
'Programming > Android' 카테고리의 다른 글
Activity 생명주기 (0) | 2016.05.16 |
---|---|
cFont class (0) | 2016.05.15 |
안드로이드 인앱 결제 구현 방법. (0) | 2016.05.13 |
Activity 중복 실행 방지 (0) | 2016.04.30 |
Fatal signal 11 (SIGSEGV) code=2 문제 (0) | 2016.04.26 |
댓글