replace butterknife license with the BigNerdRanch multiselector

This commit is contained in:
tibbi
2016-11-20 17:45:02 +01:00
parent e6815ed959
commit 701fb8f0e9
11 changed files with 14 additions and 19 deletions

View File

@ -11,7 +11,7 @@ class LicenseActivity : SimpleActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_license)
license_butterknife_title.setOnClickListener { openUrl(R.string.butterknife_url) }
license_multiselect_title.setOnClickListener { openUrl(R.string.multiselect_url) }
license_filepicker_title.setOnClickListener { openUrl(R.string.filepicker_url) }
license_fileproperties_title.setOnClickListener { openUrl(R.string.fileproperties_url) }
}