change active boost icon (#1513)
This commit is contained in:
parent
9e4c19a47e
commit
9a3b92ecbc
9 changed files with 14 additions and 14 deletions
|
@ -324,7 +324,7 @@ public abstract class StatusBaseViewHolder extends RecyclerView.ViewHolder {
|
|||
} else {
|
||||
inactiveId = ThemeUtils.getDrawableId(reblogButton.getContext(),
|
||||
R.attr.status_reblog_inactive_drawable, R.drawable.reblog_inactive_dark);
|
||||
activeId = R.drawable.reblog_active;
|
||||
activeId = R.drawable.ic_reblog_active_24dp;
|
||||
}
|
||||
reblogButton.setInactiveImage(inactiveId);
|
||||
reblogButton.setActiveImage(activeId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue