File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
<solid
6
6
android : color =" @color/settings_popup_background" />
7
7
<stroke
8
- android : width =" 1dp "
8
+ android : width =" 2dp "
9
9
android : color =" @color/white" />
10
10
</shape >
Original file line number Diff line number Diff line change 36
36
android : layout_height =" wrap_content"
37
37
mstb : values =" @array/feedback_options"
38
38
mstb : mstbColorPressedBackgroundResource =" @drawable/feedback_button_pressed"
39
- mstb : mstbColorPressedForeground =" @color/white"
39
+ mstb : mstbColorPressedText =" @color/white"
40
40
mstb : mstbColorNotPressedBackgroundResource =" @drawable/feedback_button_not_pressed"
41
- mstb : mstbColorNotPressedForeground =" @color/white"
41
+ mstb : mstbColorNotPressedText =" @color/white"
42
42
android : id =" @+id/feedbackToggleButton"
43
43
android : layout_alignParentTop =" true"
44
44
android : layout_alignParentRight =" true"
67
67
android : layout_height =" wrap_content"
68
68
mstb : values =" @array/feedback_options"
69
69
mstb : mstbColorPressedBackgroundResource =" @drawable/feedback_button_pressed"
70
- mstb : mstbColorPressedForeground =" @color/white"
70
+ mstb : mstbColorPressedText =" @color/white"
71
71
mstb : mstbColorNotPressedBackgroundResource =" @drawable/feedback_button_not_pressed"
72
- mstb : mstbColorNotPressedForeground =" @color/white"
72
+ mstb : mstbColorNotPressedText =" @color/white"
73
73
android : id =" @+id/errorsToggleButton"
74
74
android : layout_alignParentTop =" true"
75
75
android : layout_alignParentRight =" true"
You can’t perform that action at this time.
0 commit comments