-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07c797c
commit f5a2296
Showing
7 changed files
with
238 additions
and
206 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
library/src/main/java/com/carlosmuvi/segmentedprogressbar/PropertiesModel.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package com.carlosmuvi.segmentedprogressbar | ||
|
||
import android.graphics.Color | ||
|
||
|
||
data class PropertiesModel( | ||
var segmentCount : Int = 5, | ||
var containerColor : Int = Color.LTGRAY, | ||
var fillColor : Int = Color.BLUE | ||
) |
204 changes: 0 additions & 204 deletions
204
library/src/main/java/com/carlosmuvi/segmentedprogressbar/SegmentedProgressBar.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.