feat: added card view with full brightness, and center no cards text
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
package ru.omni_devel.cards
|
||||
|
||||
enum class CodeType {
|
||||
QR,
|
||||
BAR,
|
||||
}
|
||||
import com.google.zxing.BarcodeFormat
|
||||
|
||||
class CardInfo (
|
||||
val id: Int,
|
||||
val name: String,
|
||||
val codeType: BarcodeFormat,
|
||||
val codeValue: String,
|
||||
val codeType: CodeType,
|
||||
)
|
||||
Reference in New Issue
Block a user