File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
java/com/example/android/mediacontroller Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ class MediaAppTestingActivity : AppCompatActivity() {
472472 // Init dialog
473473 requestWindowFeature(Window .FEATURE_NO_TITLE )
474474 setContentView(R .layout.test_suite_configure_dialog)
475- title.text = " ${ testSuite.testSuiteName} Configuration "
475+ title.text = getString( R .string.configure_dialog_title, testSuite.testSuiteName)
476476 subtitle.text = testSuite.testSuiteDescription
477477 test_to_configure_list.layoutManager = LinearLayoutManager (this @MediaAppTestingActivity)
478478 test_to_configure_list.layoutParams.height = getScreenHeightPx(this @MediaAppTestingActivity) / 2
Original file line number Diff line number Diff line change 6363 <string name =" failing_logs_header" >Failing Logs:</string >
6464 <string name =" passing_logs_header" >Passing Logs:</string >
6565 <string name =" test_iter_divider" >--- Iteration ---</string >
66+ <string name =" configure_dialog_title" >%1$s Configuration</string >
6667
6768
6869 <!-- Logs Toggle -->
You can’t perform that action at this time.
0 commit comments