alexandrius / accordion-swipe-layout

Accordion Swipe Layout for Android
135 stars 27 forks source link

How to set left and right drawables programmatically? #14

Open Menefrego opened 6 years ago

Menefrego commented 6 years ago

Hi! I know that there are two methods for this purpose like setRightIcons(int[] res) and setLeftIcons(int[] res), but it seems to me they doesn't work properly. I tried to use them in OnBindViewHolder(ViewHolder holder, int position), but they didn't work. How can I set drawables programmatically?