rounded corners for avatar placeholder
This commit is contained in:
parent
17a75771fc
commit
71743890b0
11 changed files with 0 additions and 10 deletions
|
@ -37,7 +37,6 @@ class AccountViewHolder extends RecyclerView.ViewHolder {
|
|||
Picasso.with(context)
|
||||
.load(account.avatar)
|
||||
.placeholder(R.drawable.avatar_default)
|
||||
.error(R.drawable.avatar_error)
|
||||
.into(avatar);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue