File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 15
15
android : layout_width =" wrap_content"
16
16
android : layout_height =" wrap_content"
17
17
android : layout_centerInParent =" true"
18
- android : text =" @string/start_next_activity" />
18
+ android : text =" @string/button_1_text_default" />
19
+
20
+ <TextView
21
+ android : id =" @+id/textView"
22
+ android : layout_width =" wrap_content"
23
+ android : layout_height =" wrap_content"
24
+ android : layout_alignParentTop =" true"
25
+ android : layout_centerHorizontal =" true"
26
+ android : contentDescription =" @string/main_activity_heading_cd"
27
+ android : text =" TextView"
28
+ android : textAppearance =" @style/TextAppearance.AppCompat.Headline"
29
+ tools : text =" @string/main_activity_heading" />
19
30
</RelativeLayout >
Original file line number Diff line number Diff line change 1
1
<resources >
2
- <string name =" app_name" >Test App </string >
2
+ <string name =" app_name" >Optimized </string >
3
3
<string name =" start_next_activity" >Start Next Activity</string >
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
9
</resources >
You can’t perform that action at this time.
0 commit comments