igalata / Bubble-Picker

An easy-to-use animation which can be used for content picking for Android
https://medium.com/@igalata13/how-to-create-a-bubble-selection-animation-on-android-627044da4854#.js8nebsx6
1.4k stars 248 forks source link

Color to bubbles image #43

Open AndroidDeveloperMCT opened 7 years ago

AndroidDeveloperMCT commented 7 years ago

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

mongkonsrisin commented 6 years ago

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

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