티스토리 뷰
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
                    
                
                  
                  - 안드로이드
- 도쿄
- 락
- 신주쿠
- 책
- 아사가야
- 일어일기
- 인디
- 여행
- 노래
- android
- 에픽하이
- 코이데 케이스케
- 드라마
- Java
- 야마다 타카유키
- 서울숲별밤축제
- 음악
- Mac
- 포스트크로싱
- 일본
- 영화
- epik high
- 공연
- Linux
- 잡담
- postcrossing
- 사진
- 일기
- 진해
| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 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 | 
                    글 보관함