13
13
android : text =" @string/help_feedback"
14
14
android : id =" @+id/textView18"
15
15
android : textColor =" @color/white" />
16
- <!--
17
- <RelativeLayout
18
- android:layout_width="match_parent"
19
- android:layout_height="match_parent">
20
16
21
- <TextView
22
- android:layout_width="wrap_content"
23
- android:layout_height="wrap_content"
24
- android:textAppearance="?android:attr/textAppearanceLarge"
25
- android:text="Large Text"
26
- android:id="@+id/textView21"/>
27
-
28
- <Button
29
- android:layout_width="wrap_content"
30
- android:layout_height="wrap_content"
31
- android:text="New Button"
32
- android:id="@+id/button2"
33
- android:layout_alignParentTop="true"
34
- android:layout_alignParentRight="true"
35
- android:layout_alignParentEnd="true"/>
36
- </RelativeLayout>
37
- -->
38
17
<RelativeLayout
39
18
android : layout_width =" match_parent"
40
19
android : layout_height =" match_parent"
56
35
android : layout_width =" wrap_content"
57
36
android : layout_height =" wrap_content"
58
37
mstb : values =" @array/feedback_options"
38
+ mstb : mstbColorPressedBackgroundResource =" @drawable/feedback_button_pressed"
39
+ mstb : mstbColorPressedForeground =" @color/white"
40
+ mstb : mstbColorNotPressedBackgroundResource =" @drawable/feedback_button_not_pressed"
41
+ mstb : mstbColorNotPressedForeground =" @color/white"
59
42
android : id =" @+id/feedbackToggleButton"
60
43
android : layout_alignParentTop =" true"
61
44
android : layout_alignParentRight =" true"
83
66
android : layout_width =" wrap_content"
84
67
android : layout_height =" wrap_content"
85
68
mstb : values =" @array/feedback_options"
69
+ mstb : mstbColorPressedBackgroundResource =" @drawable/feedback_button_pressed"
70
+ mstb : mstbColorPressedForeground =" @color/white"
71
+ mstb : mstbColorNotPressedBackgroundResource =" @drawable/feedback_button_not_pressed"
72
+ mstb : mstbColorNotPressedForeground =" @color/white"
86
73
android : id =" @+id/errorsToggleButton"
87
74
android : layout_alignParentTop =" true"
88
75
android : layout_alignParentRight =" true"
89
76
android : layout_alignParentEnd =" true" />
90
77
91
78
</RelativeLayout >
79
+
80
+ <RelativeLayout
81
+ android : layout_width =" match_parent"
82
+ android : layout_height =" match_parent"
83
+ android : layout_marginTop =" 20dp" >
84
+
85
+ <Button
86
+ android : layout_width =" wrap_content"
87
+ android : layout_height =" wrap_content"
88
+ android : text =" @string/ok"
89
+ android : id =" @+id/popupFeedbackOKButton"
90
+ android : layout_alignParentTop =" true"
91
+ android : layout_alignParentRight =" true"
92
+ android : layout_alignParentEnd =" true"
93
+ android : textColor =" @color/white" />
94
+ </RelativeLayout >
95
+
92
96
</LinearLayout >
0 commit comments