336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
CircleImage와 관련된 많은 Library 들이 있다. 이 Library들을 사용하게 되면
정말 특히하게, 가끔 Lollipop 이상 버전 폰에서 검은색으로 덮어버리는 현상이 발생했었다.
여러 테스트를 거친 결과, 아래 Library를 사용해서 scaleType 을 centerinside로 주면 해결 된다.
https://github.com/Pkmmte/CircularImageView
scaleType을 centerCrop으로 두면 다시 검은색으로 덮어버리기도 하니 참고하세요.
'나의 플랫폼 > 안드로이드' 카테고리의 다른 글
[Android] RecyclerView setAutoMeasureEnabled 함수 (4) | 2016.03.02 |
---|---|
[Android] getColor deprecated (0) | 2016.02.25 |
[Andorid] DateTimePicker Open source (0) | 2016.02.22 |
[Android] AppbarLayout 과 RecyclerView ChildView (0) | 2016.02.18 |
[Android] EditText Selection control (0) | 2016.02.16 |