Bubble-Picker
Bubble-Picker copied to clipboard
Color to bubbles image
Hi, Can we replace colors with drawable images. I have a requirement to show bubbles not gradient colors.
item.setIcon(getResources().getDrawable(R.drawable.YOUR_IMAGE));
I set background image to bubbles with this method and it works fine.