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
d9625e90
authored
May 03, 2018
by
Kunj Gupta
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fixed - Issue#2 - v0.0.1_Missing logo for order service and category item.
parent
8797f0d6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
app/src/main/java/com/vsoft/servicenow/adapters/CatalogueCategoryAdapter.java
app/src/main/java/com/vsoft/servicenow/adapters/CatalogueCategoryItemAdapter.java
app/src/vportal/res/drawable/category_and_item_default_item.png
app/src/main/java/com/vsoft/servicenow/adapters/CatalogueCategoryAdapter.java
View file @
d9625e90
...
@@ -89,7 +89,7 @@ public class CatalogueCategoryAdapter extends BaseAdapter {
...
@@ -89,7 +89,7 @@ public class CatalogueCategoryAdapter extends BaseAdapter {
Picasso
.
with
(
mContext
).
load
(
builder
.
toString
()).
into
(
holder
.
image
);
Picasso
.
with
(
mContext
).
load
(
builder
.
toString
()).
into
(
holder
.
image
);
}
else
{
}
else
{
holder
.
image
.
setVisibility
(
View
.
INVISIBLE
);
Picasso
.
with
(
mContext
).
load
(
R
.
drawable
.
category_and_item_default_item
).
into
(
holder
.
image
);
}
}
...
...
app/src/main/java/com/vsoft/servicenow/adapters/CatalogueCategoryItemAdapter.java
View file @
d9625e90
...
@@ -89,7 +89,7 @@ public class CatalogueCategoryItemAdapter extends BaseAdapter {
...
@@ -89,7 +89,7 @@ public class CatalogueCategoryItemAdapter extends BaseAdapter {
Picasso
.
with
(
mContext
).
load
(
builder
.
toString
()).
into
(
holder
.
image
);
Picasso
.
with
(
mContext
).
load
(
builder
.
toString
()).
into
(
holder
.
image
);
}
else
{
}
else
{
holder
.
image
.
setVisibility
(
View
.
INVISIBLE
);
Picasso
.
with
(
mContext
).
load
(
R
.
drawable
.
category_and_item_default_item
).
into
(
holder
.
image
);
}
}
return
convertView
;
return
convertView
;
...
...
app/src/vportal/res/drawable/category_and_item_default_item.png
0 → 100644
View file @
d9625e90
2.21 KB
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