diff --git a/app/build.gradle b/app/build.gradle index 9a8fdff..8579170 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,5 +46,5 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' // implementation project(path: ':ios-progress-bar') - implementation 'com.github.hyy920109:IOSProgressBar:v1.1.0' + implementation 'com.github.hyy920109:IOSProgressBar:v1.2.0' } diff --git a/app/src/main/res/layout/fragment_first.xml b/app/src/main/res/layout/fragment_first.xml index 60032ec..db9358f 100644 --- a/app/src/main/res/layout/fragment_first.xml +++ b/app/src/main/res/layout/fragment_first.xml @@ -12,6 +12,7 @@ android:layout_height="56dp" app:ipb_conner_radius="8dp" app:ipb_progress_show_text="true" + app:ipb_progress_conner_style="cut" app:ipb_progress_bar_orientation="horizontal" app:layout_constraintTop_toTopOf="parent" app:layout_constraintEnd_toEndOf="parent"