BubbleActions icon indicating copy to clipboard operation
BubbleActions copied to clipboard

Bubble Without Title

Open edwinperaza opened this issue 7 years ago • 2 comments

Hi @SamThompson, I hope you are well. I have some questions:

  • Is there a way to implement BubbleActions without show title of each bubble?

  • How can I change the bubble´s color?

Thanks.

edwinperaza avatar Jun 14 '17 20:06 edwinperaza

Is there a way to implement BubbleActions without show title of each bubble?

Not at the moment, but should be straightforward to add.

How can I change the bubble´s color?

All the customization is done via the drawable. You can find an example here: https://github.com/SamThompson/BubbleActions/blob/master/bubbleactions-sample/src/main/res/drawable/bubble_star.xml. Is that what you mean by changing the color?

SamThompson avatar Jun 15 '17 19:06 SamThompson

Hi @SamThompson thanks for your answer. I have been working with your source code and I was able to customize color, delete Bubble Title, and so on.

I just wanted to know if there is a way to do it without modify the source code. But I understand that may be in a next version.

edwinperaza avatar Jun 16 '17 17:06 edwinperaza