activity_main.xml
- Palette - Widgets에 가면 ProgressBar가 두 개 있는데 위 사진과 같은걸(Horizontal) 골라 준다.
- 드래그 해서 화면에 넣고, Attributes 탭 - Common Attributes에 가서 속성을 설정한다.
화면
- progressTint : 색상
- max = 프로그레스바 최대 칸
- progress = 시작 칸
'Android Studio' 카테고리의 다른 글
[Android Studio] values 폴더의 strings.xml 사용하기 (1) | 2023.12.22 |
---|---|
[Android Studio] IndexOutOfBounds Exception 에러 (1) | 2023.12.22 |
[Android Studio] AlertDialog 사용하기 (0) | 2023.12.22 |
[Android Studio] 에뮬레이터에서 Toast 메세지 안 뜰때 해결 방법 (1) | 2023.12.22 |
[Android Studio] TextView 객체에 setText() 사용할 때 주의점 (0) | 2023.12.22 |