반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- dictionary
- 문자열
- SwiftLint
- Realtime Database
- Observable
- UITabBarController
- LazyHStack
- subscript
- RxSwift
- remote config
- Alamofire
- gcd
- Java
- string
- Apple
- 웹뷰
- NavigationLink
- Firebase
- 라이트모드
- UIButton
- github
- WebView
- 다크모드
- autolayout
- swipe
- SwiftUI
- UIScrollView
- ios
- Swift
- Android
Archives
- Today
- Total
점진적 과부하 개발 블로그
Android에서 이미지뷰 사용 본문
반응형
안드로이드에서 이미지뷰 사용
이미지 drawable폴더에 복사
- 원하는 이미지를 drawble 폴더에 복사한다.
- app - src - main - res - drawable
ImageView 선언
<ImageView
android:id="@+id/imageViewTest"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:src="@drawable/icon"/>
실행화면
반응형
'Android' 카테고리의 다른 글
Android 14주차 (0) | 2022.06.13 |
---|---|
Android RxJava (0) | 2022.05.23 |
Android 테이블 레이아웃/ 상대적 레이아웃 (0) | 2022.04.18 |
Android 가중치(weight) (0) | 2022.04.17 |
Android 사용자 인터페이스 기초 (0) | 2022.04.15 |