Add google signin & navigation.
This commit is contained in:
parent
6876ad7052
commit
f2357c6151
31 changed files with 764 additions and 114 deletions
|
|
@ -1,17 +0,0 @@
|
|||
package com.pixelized.lexique.model
|
||||
|
||||
import android.net.Uri
|
||||
|
||||
data class Lexicon(
|
||||
val name: String?,
|
||||
val diminutive: String?,
|
||||
val gender: Gender = Gender.UNDETERMINED,
|
||||
val race: String?,
|
||||
val portrait: List<Uri>,
|
||||
val description: String?,
|
||||
val history: String?,
|
||||
) {
|
||||
enum class Gender {
|
||||
MALE, FEMALE, UNDETERMINED
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue