pawegio / KAndroid

Kotlin library for Android
Apache License 2.0
896 stars 81 forks source link

toast from string resource added #9

Closed illuzor closed 7 years ago

illuzor commented 7 years ago

Using example:

toast(R.string.your_string)
toastLong(R.string.your_string)
pawegio commented 7 years ago

👍