mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
adding Kotlin and Stetho licenses
This commit is contained in:
@ -11,7 +11,10 @@ class LicenseActivity : SimpleActivity() {
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
setContentView(R.layout.activity_license)
|
||||
|
||||
license_kotlin_title.setOnClickListener { openUrl(R.string.kotlin_url) }
|
||||
license_ambilwarna_title.setOnClickListener { openUrl(R.string.ambilwarna_url) }
|
||||
license_stetho_title.setOnClickListener { openUrl(R.string.stetho_url) }
|
||||
}
|
||||
|
||||
private fun openUrl(id: Int) {
|
||||
|
Reference in New Issue
Block a user