티스토리 뷰
android.R.attr 참조를 이용하여
현재 theme의 리소스 정보 얻어오기..
TypedArray a = getTheme().obtainStyledAttributes(new int[] {
android.R.attr.windowBackground
});
Drawable backgroundDrawable = a.getDrawable(0);
a.recycle();
TypedArray a = getTheme().obtainStyledAttributes(new int[] {
android.R.attr.colorBackground,
android.R.attr.textColorPrimary,
});
int backgroundColor = a.getColor(0, 0);
int textColor = a.getColor(1, 0);
a.recycle();
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 포스트크로싱
- 안드로이드
- 아사가야
- 일기
- 신주쿠
- Linux
- 서울숲별밤축제
- 일어일기
- epik high
- 책
- 진해
- Java
- 드라마
- android
- 잡담
- postcrossing
- 도쿄
- 음악
- 사진
- 락
- 여행
- 야마다 타카유키
- 노래
- 영화
- 코이데 케이스케
- 일본
- 공연
- Mac
- 인디
- 에픽하이
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함