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

Default Bar Layout Issue #9

Closed
zCode93 opened this issue Jan 28, 2019 · 6 comments
Closed

Default Bar Layout Issue #9

zCode93 opened this issue Jan 28, 2019 · 6 comments

Comments

@zCode93
Copy link

zCode93 commented Jan 28, 2019

Using the default cookie bar layout, there's margins issues. Specially between the image and text (including Title and Message). And if you want to show the the bar without a title, just having an icon and a message, overlap will be noticed.
I was using v1.0.9 and it was working fine.

Following are the code, removed original text for this issue:

CookieBar.build(activity) .setMessage("Test") .setBackgroundColor(R.color.winfooz_color_accent) .setIcon(R.drawable.ic_lock_unlocked_24dp) .setEnableAutoDismiss(false) .setSwipeToDismiss(true) .setAction("Action") { // Handle action } .show()

screenshot from 2019-01-28 10-14-20

@AviranAbady
Copy link
Owner

@zCode93 please provide a github sample project demonstrating the issue.

@AviranAbady
Copy link
Owner

@zCode93 I cant recreate the issue on my end, please provide a sample project, or I will have to close the issue.

Thanks.

@zCode93
Copy link
Author

zCode93 commented Feb 5, 2019

@AviranAbady I've added a comment where the icon margin has been removed from code

@zCode93 zCode93 closed this as completed Feb 5, 2019
@AviranAbady
Copy link
Owner

Thanks @zCode93, looking into it.

@AviranAbady
Copy link
Owner

@zCode93 version 1.1.1 has been released, please let me know if the issue has been resolved.

@zCode93
Copy link
Author

zCode93 commented Feb 6, 2019

Yes it has been resolved. Thank you @AviranAbady

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

No branches or pull requests

2 participants