add filepicker and fileproperties licenses

This commit is contained in:
tibbi
2016-11-13 12:10:36 +01:00
parent ea5e918ea4
commit 8b5d031e85
8 changed files with 46 additions and 1 deletions

View File

@ -12,6 +12,8 @@ class LicenseActivity : SimpleActivity() {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_license)
license_butterknife_title.setOnClickListener { openUrl(R.string.butterknife_url) }
license_filepicker_title.setOnClickListener { openUrl(R.string.filepicker_url) }
license_fileproperties_title.setOnClickListener { openUrl(R.string.fileproperties_url) }
}
private fun openUrl(id: Int) {