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
ad9e4f5b
Commit
ad9e4f5b
authored
Dec 30, 2021
by
W.D.R.P. Sandeepa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change color interface
parent
9730b212
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
frontend/src/screen/Color.js
frontend/src/screen/Color.js
+5
-4
frontend/src/screen/home.js
frontend/src/screen/home.js
+1
-1
No files found.
frontend/src/screen/Color.js
View file @
ad9e4f5b
...
@@ -10,8 +10,10 @@ export default function Color(){
...
@@ -10,8 +10,10 @@ export default function Color(){
<
SafeAreaView
>
<
SafeAreaView
>
<
ScrollView
>
<
ScrollView
>
<
View
>
<
View
>
<
ImageBackground
style
=
{
styles
.
imagebackground
}
source
=
{
require
(
'
../assets/login/login_background.png
'
)}
resizeMode
=
"
contain
"
>
<
Image
style
=
{
styles
.
imagebackground
}
source
=
{
require
(
'
../assets/color/background.png
'
)}
resizeMode
=
"
contain
"
>
<
/ImageBackground
>
<
/Image
>
<
/View
>
<
/View
>
<
/ScrollView
>
<
/ScrollView
>
<
/SafeAreaView
>
<
/SafeAreaView
>
...
@@ -23,8 +25,7 @@ export default function Color(){
...
@@ -23,8 +25,7 @@ export default function Color(){
const
styles
=
StyleSheet
.
create
({
const
styles
=
StyleSheet
.
create
({
imagebackground
:{
imagebackground
:{
width
:
"
100%
"
,
height
:
"
100%
"
,
}
}
})
})
\ No newline at end of file
frontend/src/screen/home.js
View file @
ad9e4f5b
...
@@ -15,7 +15,7 @@ export default function Home({ navigation }){
...
@@ -15,7 +15,7 @@ export default function Home({ navigation }){
<
View
style
=
{
styles
.
imageView
}
>
<
View
style
=
{
styles
.
imageView
}
>
<
Image
style
=
{
styles
.
image
}
source
=
{
require
(
'
../assets/color/background.png
'
)}
resizeMode
=
"
contain
"
>
<
Image
style
=
{
styles
.
image
}
source
=
{
require
(
'
../assets/color/background.png
'
)}
resizeMode
=
"
contain
"
>
<
/Image
>
<
/Image
>
<
ImageButton
title
=
"
Color A
nd Sape
"
/>
<
ImageButton
title
=
"
Color A
ctivity
"
/>
<
/View
>
<
/View
>
<
/View
>
<
/View
>
<
/ScrollView
>
<
/ScrollView
>
...
...
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