mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 03:51:36 +00:00
Update most of the png images to their xml counterparts and remove unused png
This commit is contained in:
parent
ad36331a06
commit
490956565a
33 changed files with 88 additions and 21 deletions
|
|
@ -34,6 +34,6 @@ public class GroupViewHolder extends RecyclerView.ViewHolder implements View.OnC
|
|||
}
|
||||
|
||||
public void toggle(final boolean expand) {
|
||||
arrow.setImageResource(expand ? R.drawable.collapse : R.drawable.expand);
|
||||
arrow.setImageResource(expand ? R.drawable.ic_keyboard_arrow_up_24 : R.drawable.ic_keyboard_arrow_down_24);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue