Skip to content

Commit

Permalink
add conner style(round or cut) support
Browse files Browse the repository at this point in the history
  • Loading branch information
heyangyang committed Jun 16, 2021
1 parent c3024dd commit 77085b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_first.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 77085b7

Please sign in to comment.