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
- es6
- Eclipse
- react
- xPlatform
- R
- Android
- vaadin
- SPC
- SSL
- SQL
- mybatis
- Java
- Spring
- 공정능력
- plugin
- MSSQL
- Kotlin
- Sqoop
- 보조정렬
- tomcat
- window
- NPM
- Express
- Python
- hadoop
- table
- JavaScript
- mapreduce
- IntelliJ
- GIT
Archives
- Today
- Total
반응형
목록2024/05/08 (1)
DBILITY
ProgressBar progressBar = new ProgressBar(this);progressBar.getIndeterminateDrawable().mutate().setTintList(ColorStateList.valueOf(Color.RED));Dialog progressDialog = new Dialog(this);progressDialog.getWindow().setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT));progressDialog.setContentView(progressBar);progressDialog.setCanceledOnTouchOutside(false);progressDialog.setOnCancelListener(n..
android/java
2024. 5. 8. 07:21
반응형