Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pianoApp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
norhalimah
pianoApp
Commits
85310ab0
Commit
85310ab0
authored
Apr 19, 2021
by
norhalimah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating UI
parent
569d01b9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
14 deletions
+5
-14
listening.js
screens/listening.js
+4
-1
metronome.js
screens/metronome.js
+1
-1
styleMetronome.js
style/styleMetronome.js
+0
-12
No files found.
screens/listening.js
View file @
85310ab0
...
...
@@ -550,7 +550,6 @@ class Listen extends React.Component {
<
Image
style
=
{{
width
:
'70%'
,
height
:
'90%'
,
paddingHorizontal
:
width
*
0.04
,
paddingVertical
:
height
*
0.03
}}
source
=
{
rightIcon
}
/
>
<
/TouchableOpacity
>
<
/View
>
<
View
style
=
{{
backgroundColor
:
'#9F9F9F'
,
position
:
'absolute'
}}
/
>
<
View
style
=
{
styles
.
screenA
}
>
{
NOTESWHITE
.
slice
(
0
,
13
).
map
((
item
,
id
)
=>
(
<
TouchableHighlight
style
=
{
keywordsList
.
find
((
element
)
=>
element
===
item
.
name
)
?
styles
.
selectedKeywordStyle
:
styles
.
buttonStyle
}
...
...
@@ -567,6 +566,7 @@ class Listen extends React.Component {
<
/TouchableHighlight
>
))}
<
/View
>
<
View
style
=
{{
backgroundColor
:
'rgba(0,0,0,0.7)'
,
position
:
'absolute'
,
height
:
width
*
0.8
,
width
:
height
}}
/
>
<
/View
>
<
View
style
=
{
styles
.
screen
}
>
...
...
@@ -597,6 +597,7 @@ class Listen extends React.Component {
))}
<
/View
>
<
/View
>
<
View
style
=
{{
backgroundColor
:
'rgba(0,0,0,0.7)'
,
position
:
'absolute'
,
height
:
width
*
0.8
,
width
:
height
}}
/
>
<
/View
>
<
View
style
=
{
styles
.
screen
}
>
...
...
@@ -627,6 +628,7 @@ class Listen extends React.Component {
))}
<
/View
>
<
/View
>
<
View
style
=
{{
backgroundColor
:
'rgba(0,0,0,0.7)'
,
position
:
'absolute'
,
height
:
width
*
0.8
,
width
:
height
}}
/
>
<
/View
>
<
View
style
=
{
styles
.
screen
}
>
...
...
@@ -654,6 +656,7 @@ class Listen extends React.Component {
))}
<
/View
>
<
/View
>
<
View
style
=
{{
backgroundColor
:
'rgba(0,0,0,0.7)'
,
position
:
'absolute'
,
height
:
width
*
0.8
,
width
:
height
}}
/
>
<
/View
>
<
/ScrollView
>
);
...
...
screens/metronome.js
View file @
85310ab0
...
...
@@ -1181,7 +1181,7 @@ getRotationAnimation = () => {
<
View
style
=
{{
flexDirection
:
'row'
,
marginTop
:
config
.
deviceHeight
*
0.015
}}
>
<
TouchableOpacity
style
=
{{
borderColor
:
'#BDBDBD'
,
borderWidth
:
1
,
backgroundColor
:
'#FFC107'
,
width
:
'17%'
,
height
:
'100%'
,
marginLeft
:
config
.
deviceWidth
*
0.025
,
borderRadius
:
8
}}
onPress
=
{()
=>
this
.
setState
({
showSet
:
true
})}
>
<
Image
style
=
{{
height
:
60
,
width
:
60
}}
source
=
{
settingsIcon
}
/></
TouchableOpacity
>
<
Image
style
=
{{
height
:
40
,
width
:
40
,
marginHorizontal
:
width
*
0.25
,
marginTop
:
'
6
%'
}}
source
=
{
rotateLeftIcon
}
/
>
<
Image
style
=
{{
height
:
40
,
width
:
40
,
marginHorizontal
:
width
*
0.25
,
marginTop
:
'
4
%'
}}
source
=
{
rotateLeftIcon
}
/
>
<
TouchableOpacity
style
=
{{
borderColor
:
'#BDBDBD'
,
borderWidth
:
1
,
backgroundColor
:
'#FFC107'
,
width
:
'17%'
,
height
:
'100%'
,
borderRadius
:
8
}}
onPress
=
{()
=>
this
.
setState
({
showList
:
true
})}
>
<
Image
style
=
{{
height
:
60
,
width
:
60
}}
source
=
{
listIcon
}
/
>
<
/TouchableOpacity
>
...
...
style/styleMetronome.js
View file @
85310ab0
...
...
@@ -29,18 +29,6 @@ export default StyleSheet.create({
padding
:
10
,
},
modal1
:{
backgroundColor
:
'#545252'
,
marginTop
:
296
,
...
...
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