Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
21_22-J 38
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
21_22-J 38
21_22-J 38
Commits
7d1ccf7e
Commit
7d1ccf7e
authored
Jan 02, 2022
by
W.D.R.P. Sandeepa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add color activity component
parent
0c2f8945
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
10 deletions
+57
-10
frontend/src/screen/Color.js
frontend/src/screen/Color.js
+57
-10
No files found.
frontend/src/screen/Color.js
View file @
7d1ccf7e
import
{
useNavigation
}
from
"
@react-navigation/native
"
;
import
React
from
"
react
"
;
import
{
StyleSheet
,
View
,
Text
,
Pressable
,
SafeAreaView
,
ScrollView
,
Image
,
ImageBackground
}
from
'
react-native
'
;
import
{
StyleSheet
,
View
,
Text
,
Pressable
,
SafeAreaView
,
ScrollView
,
Image
,
ImageBackground
,
Dimensions
,
Animated
,
Easing
}
from
'
react-native
'
;
import
ImageButton
from
"
../component/ImageButton
"
;
import
ColorActivity
from
"
../component/colorActivity
"
;
// const {width,height} = Dimensions.get('screen');
export
default
function
Color
(){
const
navigation
=
useNavigation
();
const
navigation
=
useNavigation
();
return
(
<
SafeAreaView
>
<
ScrollView
>
<
View
>
<
Image
style
=
{
styles
.
imagebackground
}
source
=
{
require
(
'
../assets/color/background.png
'
)}
resizeMode
=
"
contain
"
>
<
View
>
<
ImageBackground
source
=
{
require
(
"
../assets/color/background.png
"
)}
style
=
{
styles
.
image
}
>
<
Text
style
=
{
styles
.
title
}
>
Color
Activity
<
/Text
>
<
/ImageBackground
>
<
/View
>
<
/View
>
<
/Image
>
<
ColorActivity
>
<
/View
>
<
/ColorActivity
>
<
ColorActivity
>
<
/ColorActivity
>
<
ColorActivity
>
<
/ColorActivity
>
<
ColorActivity
>
<
/ColorActivity
>
<
ColorActivity
>
<
/ColorActivity
>
<
/ScrollView
>
<
/SafeAreaView
>
)
}
const
styles
=
StyleSheet
.
create
({
imagebackground
:{
imageContainer
:{
flexDirection
:
"
row
"
,
marginTop
:
70
,
},
imageView
:
{
flex
:
1
,
width
:
"
90%
"
,
height
:
200
,
// borderWidth:1,
// borderColor: "#000",
marginHorizontal
:
15
,
borderRadius
:
50
},
image
:
{
width
:
"
100%
"
,
height
:
250
,
},
title
:
{
color
:
"
white
"
,
fontSize
:
40
,
position
:
"
absolute
"
,
left
:
50
,
bottom
:
50
}
})
\ No newline at end of file
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