일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- java hashmap sorting
- bindservice
- app to app transaction
- android google account add call
- Messenger
- HashMap
- progressbar rounding
- android border custom
- android progressbar setIndeterminateDrawable not working
- nougat
- android layout border
- progressbar custom marshmallow
- android device add account
Archives
- Today
- Total
목록android progressbar setIndeterminateDrawable not working (1)
기타치는 개발자
[Android]ProgressBar IndeterminateDrawable적용하기 및 곡선 처리
파일다운로드시 IndeterminateDrawable 를 사용하여 Custom으로 화면 구성하는것을 작성해보도록 하겠습니다. 화면은 아래와같이 다운로드 후 압축해제 등 파일 처리시 나오는 화면으로 구성되어있습니다. 다운로드 중 파일 적용중 IndeterminateDrawable에 필요한 이미지들은 아래와 같으며 아래 이미지들이 반복되어 나타나게 됩니다. progress_01.png progress_02.png progress_03.png indeterminate_progressbar.xml123456789101112 Colored by Color Scriptercs 레이아웃 xml12345678910cs 프로그레스에 위와 같이 적용 후 해당 시점에서 progressBar.setIndeterminate(t..
안드로이드
2016. 6. 15. 14:25