Update BlankFragment.kt

master
Cloudburst 2022-08-19 13:02:22 +02:00 committed by GitHub
parent bd6b472e9d
commit 5f2d96d439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ class BlankFragment(val plugin: TestPlugin) : BottomSheetDialogFragment() {
textView.text = getString("hello_fragment")
textView.setTextAppearance(view.context, R.style.ResultInfoText)
textView2.text = view.context.resources.getText(R.string.nginx_info_summary)
textView2.text = view.context.resources.getText(R.string.legal_notice_text)
imageView.setImageDrawable(
getDrawable("ic_android_24dp")