11<?xml version =" 1.0" encoding =" utf-8" ?>
22<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3- android : orientation =" vertical"
4- android : layout_width =" match_parent"
5- android : layout_height =" match_parent"
6- android : gravity =" center_vertical"
7- android : paddingLeft =" @dimen/activity_horizontal_margin"
8- android : paddingRight =" @dimen/activity_horizontal_margin"
9- android : paddingTop =" @dimen/activity_vertical_margin"
10- android : paddingBottom =" @dimen/activity_vertical_margin"
11- >
12-
13- <Button
14- android : id =" @+id/button42"
3+ android : orientation =" vertical"
4+ android : layout_width =" match_parent"
5+ android : layout_height =" match_parent"
6+ android : gravity =" center_vertical"
7+ android : paddingLeft =" @dimen/activity_horizontal_margin"
8+ android : paddingRight =" @dimen/activity_horizontal_margin"
9+ android : paddingTop =" @dimen/activity_vertical_margin"
10+ android : paddingBottom =" @dimen/activity_vertical_margin"
11+ >
12+ <ScrollView
1513 android : layout_width =" match_parent"
16- android : layout_height =" wrap_content"
17- android : onClick =" onClickViewOther02"
18- android : text =" @string/ask_for_star_rating"
14+ android : layout_height =" match_parent"
15+ >
16+
17+ <LinearLayout
18+ android : layout_width =" match_parent"
19+ android : layout_height =" wrap_content"
20+ android : orientation =" vertical"
21+ android : gravity =" center_vertical"
22+ android : layout_gravity =" center_vertical"
23+ >
24+ <Button
25+ android : id =" @+id/button42"
26+ android : layout_width =" match_parent"
27+ android : layout_height =" wrap_content"
28+ android : onClick =" onClickViewOther02"
29+ android : text =" @string/ask_for_star_rating"
1930 />
2031
21- <Button
22- android : id =" @+id/button46"
23- android : layout_width =" match_parent"
24- android : layout_height =" wrap_content"
25- android : onClick =" onClickViewOther07"
26- android : text =" @string/ask_for_rating_widget"
32+ <Button
33+ android : id =" @+id/button46"
34+ android : layout_width =" match_parent"
35+ android : layout_height =" wrap_content"
36+ android : onClick =" onClickViewOther07"
37+ android : text =" @string/ask_for_rating_widget"
2738 />
2839
29- <Button
30- android : id =" @+id/button71"
31- android : layout_width =" match_parent"
32- android : layout_height =" wrap_content"
33- android : onClick =" onClickSendManualRating"
34- android : text =" Send Manual Rating"
40+ <Button
41+ android : id =" @+id/button71"
42+ android : layout_width =" match_parent"
43+ android : layout_height =" wrap_content"
44+ android : onClick =" onClickSendManualRating"
45+ android : text =" Send Manual Rating"
3546 />
36- <Button
37- android : id =" @+id/button63"
38- android : layout_width =" match_parent"
39- android : layout_height =" wrap_content"
40- android : onClick =" onClickShowSurvey"
41- android : text =" Show survey"
47+ <Button
48+ android : id =" @+id/presentNPS"
49+ android : layout_width =" match_parent"
50+ android : layout_height =" wrap_content" android : text =" Present nps" />
51+ <Button
52+ android : id =" @+id/presentSurvey"
53+ android : layout_width =" match_parent"
54+ android : layout_height =" wrap_content" android : text =" present survey" />
55+ <Button
56+ android : id =" @+id/presentRating"
57+ android : layout_width =" match_parent"
58+ android : layout_height =" wrap_content" android : text =" present rating" />
59+ <Button
60+ android : id =" @+id/btnAvailableWidgets"
61+ android : layout_width =" match_parent"
62+ android : layout_height =" wrap_content"
63+ android : onClick =" onClickShowAvailableFeedbackWidgets"
64+ android : text =" Available feedback widgets"
4265 />
43- <Button
44- android : id =" @+id/button69 "
45- android : layout_width =" match_parent"
46- android : layout_height =" wrap_content"
47- android : onClick =" onClickShowNPS "
48- android : text =" Show NPS "
66+ <Button
67+ android : id =" @+id/button61 "
68+ android : layout_width =" match_parent"
69+ android : layout_height =" wrap_content"
70+ android : onClick =" onClickReportSurveyManually "
71+ android : text =" Report Survey Manually "
4972 />
50- <Button
51- android : id =" @+id/button37 "
52- android : layout_width =" match_parent"
53- android : layout_height =" wrap_content"
54- android : onClick =" onClickShowRating "
55- android : text =" show rating "
73+ <Button
74+ android : id =" @+id/button38 "
75+ android : layout_width =" match_parent"
76+ android : layout_height =" wrap_content"
77+ android : onClick =" onClickReportRatingManually "
78+ android : text =" Report Rating Manually "
5679 />
57- <Button
58- android : id =" @+id/btnAvailableWidgets "
59- android : layout_width =" match_parent"
60- android : layout_height =" wrap_content"
61- android : onClick =" onClickShowAvailableFeedbackWidgets "
62- android : text =" Available feedback widgets "
80+ <Button
81+ android : id =" @+id/button62 "
82+ android : layout_width =" match_parent"
83+ android : layout_height =" wrap_content"
84+ android : onClick =" onClickReportNPSManually "
85+ android : text =" Report NPS manually "
6386 />
64- <Button
65- android : id =" @+id/button61 "
66- android : layout_width =" match_parent"
67- android : layout_height =" wrap_content"
68- android : onClick =" onClickReportSurveyManually "
69- android : text =" Report Survey Manually "
87+ <Button
88+ android : id =" @+id/button63 "
89+ android : layout_width =" match_parent"
90+ android : layout_height =" wrap_content"
91+ android : onClick =" onClickShowSurvey "
92+ android : text =" Show survey "
7093 />
71- <Button
72- android : id =" @+id/button38 "
73- android : layout_width =" match_parent"
74- android : layout_height =" wrap_content"
75- android : onClick =" onClickReportRatingManually "
76- android : text =" Report Rating Manually "
94+ <Button
95+ android : id =" @+id/button69 "
96+ android : layout_width =" match_parent"
97+ android : layout_height =" wrap_content"
98+ android : onClick =" onClickShowNPS "
99+ android : text =" Show NPS "
77100 />
78- <Button
79- android : id =" @+id/button62 "
80- android : layout_width =" match_parent"
81- android : layout_height =" wrap_content"
82- android : onClick =" onClickReportNPSManually "
83- android : text =" Report NPS manually "
101+ <Button
102+ android : id =" @+id/button37 "
103+ android : layout_width =" match_parent"
104+ android : layout_height =" wrap_content"
105+ android : onClick =" onClickShowRating "
106+ android : text =" show rating "
84107 />
85- <Button
86- android : id =" @+id/button34"
87- android : layout_width =" match_parent"
88- android : layout_height =" wrap_content"
89- android : onClick =" onClickRetrieveSurveyDataManually"
90- android : text =" Retrieve survey data manually"
108+ <Button
109+ android : id =" @+id/button34"
110+ android : layout_width =" match_parent"
111+ android : layout_height =" wrap_content"
112+ android : onClick =" onClickRetrieveSurveyDataManually"
113+ android : text =" Retrieve survey data manually"
91114 />
92- <Button
93- android : id =" @+id/button35"
94- android : layout_width =" match_parent"
95- android : layout_height =" wrap_content"
96- android : onClick =" onClickRetrieveNPSDataManually"
97- android : text =" Retrieve nps data manually"
115+ <Button
116+ android : id =" @+id/button35"
117+ android : layout_width =" match_parent"
118+ android : layout_height =" wrap_content"
119+ android : onClick =" onClickRetrieveNPSDataManually"
120+ android : text =" Retrieve nps data manually"
98121 />
99-
122+ </LinearLayout >
123+ </ScrollView >
100124</LinearLayout >
0 commit comments