반응형
1. 사용법
Gradle
dependencies {
compile 'com.dinuscxj:circleprogressbar:1.3.6'
}
xml
<com.dinuscxj.progressbar.CircleProgressBar
android:id="@+id/fragment_home_clinic_play_progress"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:indeterminate="false"
app:progress_start_color="@color/switch_line"
app:progress_end_color="@color/switch_line"
app:progress_start_degree="-90"
app:progress_stroke_cap="round"
app:progress_stroke_width="4dp"
app:progress_text_color="@color/colorBlack"
app:progress_text_size="13sp"
app:style="solid_line" />
더 자세한 사용방법은
반응형
'Android' 카테고리의 다른 글
EditTextView에서 자동으로 폰번호 - 넣기 (0) | 2022.05.13 |
---|---|
Bitbucket에서 갑자기 Git pull push 안될때 !!! (0) | 2022.05.13 |
ConstraintLayout 버튼 Front 적용이 안될때 | bringtoFront 안될때 (0) | 2022.05.13 |
TextInputLayout | TextInputEditText 사용해보기 (0) | 2022.05.13 |
Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. Error (0) | 2022.05.13 |
댓글