1
0
Fork 0
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:
Ammar Githam 2020-09-13 20:28:40 +09:00
parent ad36331a06
commit 490956565a
33 changed files with 88 additions and 21 deletions

View file

@ -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);
}
}