BubbleActions
BubbleActions copied to clipboard
Bubble Without Title
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.
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?
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.