Anko: Toast like helpers for Snackbar

Created on 6 Jun 2016  路  6Comments  路  Source: Kotlin/anko

Snackbar helpers are not present in Anko Design Lib like there is for Toast and I would like add that and do a PR. Shall I go ahead?

Anko Layouts feature fixed

Most helpful comment

@BryanJBryce Snackbar extensions will be added in Anko 0.10.

All 6 comments

Yes, sure.

@rakshakhegde Whats the status on this?

@BryanJBryce Snackbar extensions will be added in Anko 0.10.

Has anyone been able to use this yet? I'm getting unresolved reference using anko version 0.10.1

@AdamRoweSys Make sure you have compile "org.jetbrains.anko:anko-design:$anko_version" in your dependencies

@jorgegil96 Yeah, I was using the meta-dependency compile "org.jetbrains.anko:anko:$anko_version" not realizing the design components were separate. Thanks!

Was this page helpful?
0 / 5 - 0 ratings