티스토리 뷰
View의 drawableLeft를 코드에서 설정하기
Drawable img = getContext().getResources().getDrawable( R.drawable.icon);
img.setBounds(0, 0, 60, 60);
txtVw.setCompoundDrawables(img, null, null, null);
OR
Drawable img = getContext().getResources().getDrawable( R.drawable.icon);
txtVw.setCompoundDrawablesWithIntrinsicBounds(img, null, null, null);
* 파라메터 순서는 왼쪽, 위, 오른쪽, 아래
'Mobile > Android' 카테고리의 다른 글
[Android]ListView사용시 조금은 다른 Holder (0) | 2015.04.20 |
---|---|
[Android]View의 FadingEdge 조절 (0) | 2015.04.20 |
[Android]21버전이후 dex opt 해결 (0) | 2015.04.17 |
[Android]터치이벤트 발생 (0) | 2015.04.17 |
[Android]ActionBar Height (0) | 2015.04.17 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- centos8
- rxswift
- ubuntu
- Kotlin
- SWIFT
- ios
- git
- github
- docker
- php
- war
- cocoapods
- CentOS
- Codable
- golang
- intellij
- nodejs
- android
- Linux
- MySQL
- go
- Java
- windows10
- enum
- Spring
- Python
- Windows
- tomcat
- Xcode
- Gradle
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함