Commit 026e0233 authored by Varun Patil's avatar Varun Patil

Replace placeholder with gray lotus

parent 5583e4fc
...@@ -30,6 +30,6 @@ public class FeedAdapter extends CardAdapter<Event> { ...@@ -30,6 +30,6 @@ public class FeedAdapter extends CardAdapter<Event> {
@Override @Override
public int getAvatarPlaceholder(Event event) { public int getAvatarPlaceholder(Event event) {
return R.drawable.lotus_sq; return R.drawable.lotus_placeholder;
} }
} }
...@@ -34,6 +34,6 @@ public class GenericAdapter extends CardAdapter<CardInterface> { ...@@ -34,6 +34,6 @@ public class GenericAdapter extends CardAdapter<CardInterface> {
if (cardInterface instanceof User) { if (cardInterface instanceof User) {
return R.drawable.user_placeholder; return R.drawable.user_placeholder;
} }
return R.drawable.lotus_sq; return R.drawable.lotus_placeholder;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment