Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android 4.0x cannot show action name #14

Closed
browsnet opened this issue Jan 14, 2016 · 1 comment · Fixed by #15
Closed

android 4.0x cannot show action name #14

browsnet opened this issue Jan 14, 2016 · 1 comment · Fixed by #15

Comments

@browsnet
Copy link

because you set the action name in BubbleActionOverlay.setupOverlay , the textview layout width is zero, so we cannot see the action name.

for fix this bug, just change the bubble.actions.bubble.item.xml, and add one line to the TextView

android:text="placeholder"

I hope you fix it and upload to jcenter quickly, thank you.

@SamThompson
Copy link
Owner

I'm currently looking into this and a couple of other compatibility issues. Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants