Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save senamit2708/dd061799a135480eeb5e6366cc1e99ec to your computer and use it in GitHub Desktop.
Save senamit2708/dd061799a135480eeb5e6366cc1e99ec to your computer and use it in GitHub Desktop.
how to set vector image in adapter of recycelrview from drawable
holder.imgBox.setImageDrawable(context.getResources().getDrawable(R.drawable.ic_box_green_two));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment