-
Notifications
You must be signed in to change notification settings - Fork 8
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
5940bad
commit 02e20a0
Showing
10 changed files
with
92 additions
and
146 deletions.
There are no files selected for viewing
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
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
21 changes: 21 additions & 0 deletions
21
stepeer/src/main/java/com/kradwan/stepeer/model/Constants.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,21 @@ | ||
package com.kradwan.stepeer.model | ||
|
||
|
||
class Constants { | ||
companion object { | ||
const val COLOR_CHECKED = "checked_color" | ||
const val COLOR_UNCHECKED = "unchecked_color" | ||
|
||
// For Number Step View | ||
|
||
const val NUM_TEXT_COLOR_CHECKED = "NUM_TEXt_COLOR_CHECKED" | ||
const val NUM_TEXT_COLOR_UNCHECKED = "NUM_TEXt_COLOR_UNCHECKED" | ||
|
||
const val STEP_ICON_CHECKED = "STEP_ICON_CHECKED" | ||
const val STEP_ICON_UNCHECKED = "STEP_ICON_UNCHECKED" | ||
|
||
const val DIVIDER_COLOR_CHECKED = "DIVIDER_COLOR_CHECKED" | ||
const val DIVIDER_COLOR_UNCHECKED = "DIVIDER_COLOR_UNCHECKED" | ||
|
||
} | ||
} |
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
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
Oops, something went wrong.