We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75aa336 commit 8ef3de5Copy full SHA for 8ef3de5
mediacontroller/src/main/java/com/example/android/mediacontroller/MediaAppTestingActivity.kt
@@ -472,7 +472,7 @@ class MediaAppTestingActivity : AppCompatActivity() {
472
// Init dialog
473
requestWindowFeature(Window.FEATURE_NO_TITLE)
474
setContentView(R.layout.test_suite_configure_dialog)
475
- title.text = testSuite.testSuiteName + " Configuration"
+ title.text = "${testSuite.testSuiteName} Configuration"
476
subtitle.text = testSuite.testSuiteDescription
477
test_to_configure_list.layoutManager = LinearLayoutManager(this@MediaAppTestingActivity)
478
test_to_configure_list.layoutParams.height = getScreenHeightPx(this@MediaAppTestingActivity) / 2
0 commit comments