Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Telemedicine_App_Development
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashini Thilakarathne
Telemedicine_App_Development
Commits
f6d14975
Commit
f6d14975
authored
Mar 18, 2024
by
Shashini Thilakarathne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Final Add Entry UI
parent
5fdd7633
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
StressPrediction/src/newJournalEntry.js
StressPrediction/src/newJournalEntry.js
+13
-9
No files found.
StressPrediction/src/newJournalEntry.js
View file @
f6d14975
...
...
@@ -104,7 +104,7 @@ const AddData = () => {
)}
<
Text
style
=
{
styles
.
textLabel2
}
>
Write
Your
Entry
<
/Text
>
<
TextInput
placeholder
=
'
Additional text
'
placeholder
=
'
Enter Text ...
'
value
=
{
Additional_Text
}
onChangeText
=
{(
text
)
=>
setText
(
text
)}
style
=
{
styles
.
Additionalinput
}
...
...
@@ -180,11 +180,13 @@ const styles = StyleSheet.create({
width
:
'
50%
'
,
height
:
'
200%
'
,
top
:
'
-5%
'
,
left
:
-
37
,
},
SadFace
:
{
width
:
'
50%
'
,
height
:
'
200%
'
,
top
:
'
-2%
'
,
left
:
55
,
},
scaleimg
:
{
width
:
'
250%
'
,
...
...
@@ -215,10 +217,10 @@ const styles = StyleSheet.create({
marginBottom
:
20
,
},
radioLabel
:
{
fontSize
:
1
6
,
fontSize
:
1
5
,
marginBottom
:
15
,
fontWeight
:
'
bold
'
,
color
:
'
#
7B241C
'
,
color
:
'
#
212F3D
'
,
},
radioButtons
:
{
flexDirection
:
'
row
'
,
...
...
@@ -232,6 +234,7 @@ const styles = StyleSheet.create({
marginRight
:
'
10%
'
,
marginLeft
:
'
-32%
'
,
alignSelf
:
'
flex-start
'
,
marginLeft
:
'
-44%
'
,
},
radioButton2
:
{
marginRight
:
20
,
...
...
@@ -241,6 +244,7 @@ const styles = StyleSheet.create({
top
:
'
25%
'
,
marginLeft
:
'
-30%
'
,
alignSelf
:
'
flex-start
'
,
marginLeft
:
'
-13%
'
,
},
radioButtonSelectedSmile
:
{
marginRight
:
20
,
...
...
@@ -250,7 +254,7 @@ const styles = StyleSheet.create({
backgroundColor
:
'
#98fb98
'
,
borderColor
:
'
#98fb98
'
,
top
:
'
25%
'
,
marginLeft
:
'
-
3
4%
'
,
marginLeft
:
'
-
4
4%
'
,
},
radioButtonSelectedSad
:
{
marginRight
:
20
,
...
...
@@ -260,7 +264,7 @@ const styles = StyleSheet.create({
backgroundColor
:
'
#EC7063
'
,
borderColor
:
'
#EC7063
'
,
top
:
'
25%
'
,
marginLeft
:
'
-
31
%
'
,
marginLeft
:
'
-
13
%
'
,
},
radioButtonText1
:
{
color
:
'
#008000
'
,
...
...
@@ -276,17 +280,17 @@ const styles = StyleSheet.create({
marginTop
:
20
,
},
textLabel1
:
{
fontSize
:
1
6
,
fontSize
:
1
5
,
marginBottom
:
15
,
fontWeight
:
'
bold
'
,
color
:
'
#
7B241C
'
,
color
:
'
#
212F3D
'
,
top
:
'
12%
'
,
},
textLabel2
:
{
fontSize
:
1
6
,
fontSize
:
1
5
,
marginBottom
:
15
,
fontWeight
:
'
bold
'
,
color
:
'
#
7B241C
'
,
color
:
'
#
212F3D
'
,
top
:
'
-5%
'
,
},
horizontalPicker
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment