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() {
472
472
// Init dialog
473
473
requestWindowFeature(Window .FEATURE_NO_TITLE )
474
474
setContentView(R .layout.test_suite_configure_dialog)
475
- title.text = " ${ testSuite.testSuiteName} Configuration "
475
+ title.text = getString( R .string.configure_dialog_title, testSuite.testSuiteName)
476
476
subtitle.text = testSuite.testSuiteDescription
477
477
test_to_configure_list.layoutManager = LinearLayoutManager (this @MediaAppTestingActivity)
478
478
test_to_configure_list.layoutParams.height = getScreenHeightPx(this @MediaAppTestingActivity) / 2
Original file line number Diff line number Diff line change 63
63
<string name =" failing_logs_header" >Failing Logs:string >
64
64
<string name =" passing_logs_header" >Passing Logs:string >
65
65
<string name =" test_iter_divider" >--- Iteration ---string >
66
+ <string name =" configure_dialog_title" >%1$s Configurationstring >
66
67
67
68
68
69
You can’t perform that action at this time.
0 commit comments