#21 begin styling subject
This commit is contained in:
parent
4bbc3af4b2
commit
c33aad5496
5 changed files with 65 additions and 8 deletions
|
@ -7,5 +7,7 @@ data class Subject(
|
|||
val name: String = "",
|
||||
val tasks: List<Task> = mutableListOf(),
|
||||
val time: Int = 0,
|
||||
val color: Int = 0,
|
||||
)
|
||||
val argb_color: Long = 0,
|
||||
) {
|
||||
// fun getColor(): Color = Color(ARGB_color)
|
||||
}
|
Reference in a new issue