728x90
반응형
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/intro"
/>
이게 보통의 이미지뷰
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/intro"
/>
src부분을 background로 변경
궁금하신 사항은 댓글 남겨주세요.
728x90
반응형
'Android' 카테고리의 다른 글
WebView에서 http로 시작하는 주소로 인해 어플에서 실행이 안될시 (0) | 2019.10.01 |
---|---|
Intro 화면 이후 Main화면으로 넘어가기 (2) | 2019.09.26 |
App(앱) 상태바와 타이틀바 제거 (0) | 2019.09.24 |
App(앱) Icon(아이콘) 수정하는 방법 (0) | 2019.09.24 |
WebView 기본적인 사용 (0) | 2019.09.24 |
댓글