add Filepicker

This commit is contained in:
tibbi
2016-11-21 20:38:18 +01:00
parent e025a27c57
commit 2567680dac
10 changed files with 26 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class LicenseActivity : SimpleActivity() {
license_kotlin_title.setOnClickListener { openUrl(R.string.kotlin_url) }
license_ambilwarna_title.setOnClickListener { openUrl(R.string.ambilwarna_url) }
license_filepicker_title.setOnClickListener { openUrl(R.string.filepicker_url) }
license_stetho_title.setOnClickListener { openUrl(R.string.stetho_url) }
}