Bubble-Picker icon indicating copy to clipboard operation
Bubble-Picker copied to clipboard

Color to bubbles image

Open AndroidDeveloperMCT opened this issue 8 years ago • 1 comments

Hi, Can we replace colors with drawable images. I have a requirement to show bubbles not gradient colors.

AndroidDeveloperMCT avatar Jul 27 '17 09:07 AndroidDeveloperMCT

item.setIcon(getResources().getDrawable(R.drawable.YOUR_IMAGE));

I set background image to bubbles with this method and it works fine.

mongkonsrisin avatar Dec 10 '17 07:12 mongkonsrisin