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
16575a8b
Commit
16575a8b
authored
Mar 14, 2024
by
Shashini Thilakarathne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Header updated
parent
ec77a636
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
StressPrediction/src/index.js
StressPrediction/src/index.js
+5
-4
No files found.
StressPrediction/src/index.js
View file @
16575a8b
...
...
@@ -19,9 +19,9 @@ const AddData = () => {
return
(
<
View
style
=
{
styles
.
container
}
>
<
Text
style
=
{
styles
.
header
}
>
AddData
<
/Text
>
<
Text
style
=
{
styles
.
header
}
>
Stress
Tracker
&
Wellness
Companion
<
/Text
>
<
TextInput
placeholder
=
'
Title
'
placeholder
=
'
Job Satisfication
'
value
=
{
title
}
onChangeText
=
{(
text
)
=>
setTitle
(
text
)}
style
=
{
styles
.
input
}
...
...
@@ -48,9 +48,10 @@ const styles = StyleSheet.create({
backgroundColor
:
'
#fff
'
,
},
header
:{
fontSize
:
3
0
,
fontSize
:
2
0
,
textAlign
:
'
center
'
,
marginTop
:
100
,
marginTop
:
50
,
color
:
'
red
'
,
fontWeight
:
'
bold
'
},
input
:{
...
...
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