Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Santhosh
Agile24X7-Mobile-singledb
Commits
07cc5533
Commit
07cc5533
authored
3 years ago
by
santhosh
Browse files
Options
Download
Email Patches
Plain Diff
build 16
parent
d0dc2b5f
master
4-mysql-agile-mobile
mysql-agile-mobile
mysql-dev-agile-mobile
postgress-dev-agile-mobile
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
android/app/build.gradle
+2
-2
android/app/build.gradle
src/Images/support.png
+0
-0
src/Images/support.png
src/Navigation/UserDrawerComponents.js
+2
-2
src/Navigation/UserDrawerComponents.js
src/splash.js
+1
-1
src/splash.js
with
5 additions
and
5 deletions
+5
-5
android/app/build.gradle
View file @
07cc5533
...
...
@@ -136,8 +136,8 @@ android {
applicationId
"com.agile24x7"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
1
8
versionName
"1.0.1
5
"
versionCode
1
9
versionName
"1.0.1
6
"
}
...
...
This diff is collapsed.
Click to expand it.
src/Images/support.png
0 → 100644
View file @
07cc5533
52.4 KB
This diff is collapsed.
Click to expand it.
src/Navigation/UserDrawerComponents.js
View file @
07cc5533
...
...
@@ -313,9 +313,9 @@ export default class drawerContentComponents extends Component {
<
TouchableOpacity
onPress
=
{
this
.
navigateToScreen
(
'
UserSupport
'
)}
>
<
View
style
=
{
styles
.
screenStyle
}
>
<
Image
style
=
{{
width
:
wp
(
'
6%
'
),
height
:
hp
(
'
3%
'
)
}}
source
=
{
require
(
'
../Images/
groupcha
t.png
'
)}
/
>
<
Image
style
=
{{
width
:
wp
(
'
6%
'
),
height
:
hp
(
'
3%
'
)
}}
source
=
{
require
(
'
../Images/
suppor
t.png
'
)}
/
>
<
Text
style
=
{{
color
:
'
#000000
'
,
marginLeft
:
20
}}
>
User
Support
<
/Text
>
<
Text
style
=
{{
color
:
'
#000000
'
,
marginLeft
:
20
}}
>
Support
<
/Text
>
<
/View
>
<
/TouchableOpacity
>
...
...
This diff is collapsed.
Click to expand it.
src/splash.js
View file @
07cc5533
...
...
@@ -123,7 +123,7 @@ export default class App extends React.Component {
<
Image
style
=
{{
width
:
400
,
height
:
162
}}
source
=
{
require
(
'
./Images/agile2.png
'
)}
/
>
<
Text
style
=
{
styles
.
text
}
>
Powered
by
Novisync
<
/Text
>
<
Text
><
/Text
>
<
Text
style
=
{
styles
.
text1
}
>
1.0
.
1
5
02
-
18
-
2022
<
/Text
>
<
Text
style
=
{
styles
.
text1
}
>
1.0
.
1
6
02
-
25
-
2022
<
/Text
>
<
/View
>
);
};
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help