File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
android : text =" @string/button_1_text_default" />
19
19
20
20
<TextView
21
- android : id =" @+id/textView "
21
+ android : id =" @+id/textView1 "
22
22
android : layout_width =" wrap_content"
23
23
android : layout_height =" wrap_content"
24
24
android : layout_alignParentTop =" true"
25
25
android : layout_centerHorizontal =" true"
26
- android : contentDescription =" @string/main_activity_heading_cd "
27
- android : text =" TextView "
26
+ android : contentDescription =" @string/main_activity_heading_1_cd "
27
+ android : text =" @string/main_activity_heading_1 "
28
28
android : textAppearance =" @style/TextAppearance.AppCompat.Headline"
29
- tools : text =" @string/main_activity_heading " />
29
+ tools : text =" @string/main_activity_heading_1 " />
30
30
</RelativeLayout >
Original file line number Diff line number Diff line change 4
4
<string name =" button_1_text_default" >Next Activity</string >
5
5
<string name =" button_1_text_var_1" >Start Next Activity!</string >
6
6
<string name =" button_1_text_var_2" >Start Second Activity!</string >
7
- <string name =" main_activity_heading " >Optimizely X Test App</string >
8
- <string name =" main_activity_heading_cd " >Main heading</string >
7
+ <string name =" main_activity_heading_1 " >Optimizely X Test App</string >
8
+ <string name =" main_activity_heading_1_cd " >Main heading</string >
9
9
</resources >
You can’t perform that action at this time.
0 commit comments