Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SzobatárSCH
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fodor Patrik
SzobatárSCH
Commits
907fc891
Commit
907fc891
authored
3 years ago
by
Fodor Patrik
Browse files
Options
Downloads
Patches
Plain Diff
Create values for userdata
parent
2d88cb81
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/java/hu/bme/kszk/szobatarsch/data/Values.kt
+86
-0
86 additions, 0 deletions
app/src/main/java/hu/bme/kszk/szobatarsch/data/Values.kt
with
86 additions
and
0 deletions
app/src/main/java/hu/bme/kszk/szobatarsch/data/Values.kt
0 → 100644
+
86
−
0
View file @
907fc891
package
hu.bme.kszk.szobatarsch.data
import
androidx.compose.material.icons.Icons
import
androidx.compose.material.icons.filled.*
import
hu.bme.kszk.szobatarsch.composable.DropDownItem
object
GenderDropDownItems
{
val
DropDownItems
=
listOf
(
DropDownItem
(
title
=
"Male"
,
image
=
Icons
.
Default
.
Male
,
),
DropDownItem
(
title
=
"Female"
,
image
=
Icons
.
Default
.
Female
,
),
)
}
object
MajorDropDownItems
{
val
DropDownItems
=
listOf
(
DropDownItem
(
title
=
"Mérnökinformatikus"
,
image
=
Icons
.
Default
.
Computer
,
),
DropDownItem
(
title
=
"Villamos mérnök"
,
image
=
Icons
.
Default
.
Bolt
,
),
DropDownItem
(
title
=
"Épitész"
,
image
=
Icons
.
Default
.
Architecture
,
),
)
}
val
bedTimeList
=
listOf
(
"20 órakor"
,
"21 órakor"
,
"22 órakor"
,
"23 órakor"
,
"00 órakor"
,
"01 órakor"
,
"02 órakor"
,
"03 órakor"
,
"04 órakor"
,
"Később"
)
val
wakeUpList
=
listOf
(
"5 órakor"
,
"6 órakor"
,
"7 órakor"
,
"8 órakor"
,
"9 órakor"
,
"10 órakor"
,
"11 órakor"
,
"12 órakor"
,
"13 órakor"
,
"Később"
)
val
cleaningList
=
listOf
(
"Ritkán"
,
"Néha"
,
"So-so"
,
"Gyakran"
,
"Nagyon gyakran"
)
val
storageSpaceList
=
listOf
(
"Nincs"
,
"Egy bőrönd"
,
"Átlagos"
,
"Kicsit sok cuccom van"
,
"Még legalább egy családnak elég lenne"
,
)
val
loudnessList
=
listOf
(
"Maga vagyok a csend"
,
"Néha hangos vagyok"
,
"Az esetek felében hangos vagyok"
,
"Gyakran vagyok hangos"
,
"Csak ordibálva beszélek és/vagy hangosan hallgatok zenét"
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment