Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Krishna Vemulavada
/
vera_2.1_app
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
33f4985f
authored
May 07, 2018
by
Kunj Gupta
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Added color changes.
parent
921169f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app/src/main/java/com/vsoft/servicenow/ui/ReportScreen.java
app/src/main/java/com/vsoft/servicenow/ui/ReportScreen.java
View file @
33f4985f
...
...
@@ -123,9 +123,9 @@ public class ReportScreen extends AppCompatActivity {
pieDataSet2
.
setValueTextSize
(
0.0f
);
pieDataSet3
.
setValueTextSize
(
0.0f
);
pieDataSet1
.
setColors
(
new
int
[]{
Color
.
RED
,
Color
.
GRAY
});
pieDataSet1
.
setColors
(
new
int
[]{
Color
.
argb
(
255
,
222
,
31
,
41
)
,
Color
.
GRAY
});
pieDataSet2
.
setColors
(
new
int
[]{
Color
.
argb
(
255
,
255
,
165
,
0
),
Color
.
GRAY
});
pieDataSet3
.
setColors
(
new
int
[]{
Color
.
GREEN
,
Color
.
GRAY
});
pieDataSet3
.
setColors
(
new
int
[]{
Color
.
argb
(
255
,
108
,
171
,
50
)
,
Color
.
GRAY
});
PieData
pieData1
=
new
PieData
(
labelsPie
,
pieDataSet1
);
PieData
pieData2
=
new
PieData
(
labelsPie
,
pieDataSet2
);
...
...
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