Skip to content

1.0.3

Compare
Choose a tag to compare
@EmanueleMelini EmanueleMelini released this 07 Sep 14:35
· 6 commits to master since this release

Added new extensions:

Display a Material Dialog with Strings instead of String Resources

Context.dialog(title: String, message: String, positive: String?, negative: String?, posAction: (MaterialDialog) -> Unit, negAction: (MaterialDialog) -> Unit) 

Search and returns the given String in the given .properties file

Context.getConfig(name: String?, @RawRes config: Int): String?