File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 59
59
<Button
60
60
android : id =" @+id/connect_device_btn"
61
61
style =" @style/main_activity_button_style"
62
- android : contentDescription =" @string/desc_manage_connections "
62
+ android : contentDescription =" @string/desc_connect_btn "
63
63
android : drawableTop =" @drawable/ic_connect"
64
64
android : nextFocusDown =" @+id/discover_btn"
65
- android : text =" @string/manage_connections " />
65
+ android : text =" @string/connect_device " />
66
66
67
67
<!-- Project Ideas -->
68
68
<Button
Original file line number Diff line number Diff line change 52
52
<Button
53
53
android : id =" @+id/connect_device_btn"
54
54
style =" @style/main_activity_button_style"
55
- android : contentDescription =" @string/desc_manage_connections "
55
+ android : contentDescription =" @string/desc_connect_btn "
56
56
android : drawableEnd =" @drawable/device_status_disconnected"
57
57
android : nextFocusDown =" @+id/discover_btn"
58
- android : text =" @string/manage_connections " />
58
+ android : text =" @string/connect_device " />
59
59
60
60
<!-- Project Ideas -->
61
61
<Button
Original file line number Diff line number Diff line change 76
76
<Button
77
77
android : id =" @+id/connect_device_btn"
78
78
style =" @style/button_style"
79
- android : contentDescription =" @string/desc_manage_connections "
79
+ android : contentDescription =" @string/desc_connect_btn "
80
80
android : drawableTop =" @drawable/ic_connect"
81
81
android : nextFocusDown =" @+id/discover_btn"
82
- android : text =" @string/manage_connections " />
82
+ android : text =" @string/connect_device " />
83
83
84
84
<!-- Project Ideas -->
85
85
<Button
Original file line number Diff line number Diff line change 31
31
android : layout_height =" wrap_content"
32
32
android : layout_gravity =" center_vertical"
33
33
android : layout_marginStart =" 16dp"
34
- android : contentDescription =" @string/desc_manage_connections "
34
+ android : contentDescription =" @string/desc_connect_btn "
35
35
android : nextFocusDown =" @id/backBtn"
36
36
android : nextFocusRight =" @id/backBtn"
37
- android : text =" @string/manage_connections "
37
+ android : text =" @string/connect_device "
38
38
android : textSize =" @dimen/app_bar_title_text_size"
39
39
android : textColor =" @color/white_color" />
40
40
Original file line number Diff line number Diff line change 276
276
<string name =" navigation_drawer_close" >Close Menu</string >
277
277
<string name =" create_code" >Create Code</string >
278
278
<string name =" my_programs" >My Programs</string >
279
- <string name =" manage_connections " >Manage Connections </string >
279
+ <string name =" connect_device " >Pair </string >
280
280
<string name =" project_ideas" >Project Ideas</string >
281
281
282
282
<string name =" email_body" formatted =" false" >
306
306
<string name =" desc_subtitle_manage_and_remove_microbits_label" >Follow the on-screen instructions to</string >
307
307
<string name =" manage_and_remove_microbit" >How do I remove a paired micro:bit?</string >
308
308
<string name =" desc_homescreen_logo_img" >Hello</string >
309
- <string name =" desc_manage_connections " >Manage Connections </string >
309
+ <string name =" desc_connect_btn " >Pair </string >
310
310
<string name =" desc_my_programs" >My Programs</string >
311
311
<string name =" desc_create_code" >Create Code</string >
312
312
<string name =" desc_project_ideas" >Project Ideas</string >
You can’t perform that action at this time.
0 commit comments