moved progress bar to count

This commit is contained in:
hariroshan 2023-01-09 14:30:29 +05:30
parent 9db913f66a
commit 5d57b840c6

View File

@ -171,6 +171,15 @@ counter model =
]
[]
]
Native.progress
[ NA.value "50"
, NA.maxValue "100"
, NA.backgroundColor "red"
, NA.color "green"
, NA.scaleY "2"
]
[]
-}
@ -186,14 +195,6 @@ detailsPage model =
, NA.fontSize "40"
]
[]
, Native.progress
[ NA.value "50"
, NA.maxValue "100"
, NA.backgroundColor "red"
, NA.color "green"
, NA.scaleY "2"
]
[]
]
)