Skip to content

Instantly share code, notes, and snippets.

@marcauberer
Created September 12, 2020 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcauberer/aadb71d90e7480d49a42cf096d4e3584 to your computer and use it in GitHub Desktop.
Save marcauberer/aadb71d90e7480d49a42cf096d4e3584 to your computer and use it in GitHub Desktop.
SimpleSettings - Customization in Kotlin config
SimpleSettings(this).show {
Section {
TextPref {
title = "Dialog"
summary = "Tap to show alert dialog"
onClick = DialogClickListener("Test", "This is a test", DialogClickListener.Type.OK)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment