File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 60
60
android : padding =" 8dp"
61
61
android : text =' @{ "" + item.runNumber }'
62
62
android : textColor =" @color/colorText"
63
- android : textSize =" 14sp" />
63
+ android : textSize =" 14sp"
64
+ tools : text =" @string/tools_workflow_run_number" />
64
65
65
66
<androidx .appcompat.widget.AppCompatTextView
66
67
android : id =" @+id/name"
72
73
android : padding =" 8dp"
73
74
android : text =' @{ item.name }'
74
75
android : textColor =" @color/colorText"
75
- android : textSize =" 14sp" />
76
+ android : textSize =" 14sp"
77
+ tools : text =" @string/tools_workflow_run_name" />
76
78
77
79
<androidx .appcompat.widget.AppCompatTextView
78
80
android : id =" @+id/displayTitle"
85
87
android : padding =" 8dp"
86
88
android : text =' @{ item.displayTitle }'
87
89
android : textColor =" @color/colorText"
88
- android : textSize =" 14sp" />
90
+ android : textSize =" 14sp"
91
+ tools : text =" @string/tools_workflow_run_title" />
89
92
90
93
<androidx .appcompat.widget.AppCompatTextView
91
94
android : id =" @+id/conclusion"
97
100
android : padding =" 8dp"
98
101
android : text =' @{ item.conclusion }'
99
102
android : textColor =" @color/colorText"
100
- android : textSize =" 14sp" />
103
+ android : textSize =" 14sp"
104
+ tools : text =" @string/tools_workflow_run_conclusion" />
101
105
102
106
</androidx .appcompat.widget.LinearLayoutCompat>
103
107
Original file line number Diff line number Diff line change 29
29
<string name =" tools_workflow_html_url" >https://</string >
30
30
31
31
<!-- Cardview Workflow Run -->
32
+ <string name =" tools_workflow_run_number" >185</string >
33
+ <string name =" tools_workflow_run_name" >Gradle</string >
34
+ <string name =" tools_workflow_run_title" >AGP 8.1.0</string >
35
+ <string name =" tools_workflow_run_conclusion" >success</string >
32
36
33
37
<!-- Cardview Workflow Step -->
34
38
<string name =" tools_workflow_step_number" >1</string >
35
39
<string name =" tools_workflow_step_name" ></string >
36
40
<string name =" tools_workflow_step_status" ></string >
37
- <string name =" tools_workflow_step_conclusion" ></string >
41
+ <string name =" tools_workflow_step_conclusion" >success </string >
38
42
39
43
<!-- Dialog jgit progress -->
40
44
<string name =" tools_task_title" >remote: Enumerating objects</string >
You can’t perform that action at this time.
0 commit comments