본문 바로가기
#모바일 [Mobile]/Android

[Android] 백그라운드 투명색 설정 (Set transparent background of an imageview on Android)

by cy_mos 2019. 9. 2.
반응형

📄 [Android] XML Source Code

android:background="@android:color/transparent" 

OR

android:background="#00000000"

🚀 REFERENCE

 

안드로이드/Android BackGround 투명색 적용 하기 ~!

안드로이드/Android BackGround 투명색 적용 하기 ~! 안드로이드에서 투명 배경(BackGround)을 설정 하는 방법 입니다. View의 BackGround 나 Color를 사용할 수 있는 곳에 "android/color/transparent" 속성이나..

arabiannight.tistory.com

 

Set transparent background of an imageview on Android

I am using a web view in which I am adding an image view. How can I set the background of this image view to transparent? I have tried this: mImageview.setBackgroundResource(R.color.trans); Where

stackoverflow.com

 

반응형

댓글