txusballesteros / bubbles-for-android

Bubbles for Android is an Android library to provide chat heads capabilities on your apps. With a fast way to integrate with your development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Layout after click?

silverxd20 opened this issue · comments

How can i add a layout after click the bubble because if the bubble dont do anything when i click it, what is the objetive of this library?

add a view to you bubblelayout and set its visibility to gone, then on click make it visible, you can animate and etc. Library exposes a click handler.