개발 일기

ImageView , AppCompatImageView 차이 ? 본문

Client/안드로이드

ImageView , AppCompatImageView 차이 ?

이건욱

AppCompatImageView 는 ImagView가 아래에 특징을 오래된 버전에서도 정상적으로 작동하게 도와줍니다.

 

  • Allows dynamic tint of its background via the background tint methods in ViewCompat.
  • Allows dynamic tint of its image via the image tint methods in ImageViewCompat.
  • Allows setting of the image tint using tint and tintMode.

'Client > 안드로이드' 카테고리의 다른 글

Picasso , Glide , Fresco  (0) 2020.03.16
android 4대 구성요소?  (0) 2020.03.16
ImageView 란?  (0) 2020.03.14
Retrofit 이란?  (0) 2020.03.13
Git push가 제대로 작동하지 않을 경우 !?  (0) 2020.03.12
Comments