Skip to content

Commit c6d3438

Browse files
author
Chris Bellew
committed
Slight change to feedback popup.
1 parent 3924736 commit c6d3438

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mobile/src/main/res/drawable/feedback_button_not_pressed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<solid
66
android:color="@color/settings_popup_background" />
77
<stroke
8-
android:width="1dp"
8+
android:width="2dp"
99
android:color="@color/white" />
1010
</shape>

mobile/src/main/res/layout/popup_feedback.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
android:layout_height="wrap_content"
3737
mstb:values="@array/feedback_options"
3838
mstb:mstbColorPressedBackgroundResource="@drawable/feedback_button_pressed"
39-
mstb:mstbColorPressedForeground="@color/white"
39+
mstb:mstbColorPressedText="@color/white"
4040
mstb:mstbColorNotPressedBackgroundResource="@drawable/feedback_button_not_pressed"
41-
mstb:mstbColorNotPressedForeground="@color/white"
41+
mstb:mstbColorNotPressedText="@color/white"
4242
android:id="@+id/feedbackToggleButton"
4343
android:layout_alignParentTop="true"
4444
android:layout_alignParentRight="true"
@@ -67,9 +67,9 @@
6767
android:layout_height="wrap_content"
6868
mstb:values="@array/feedback_options"
6969
mstb:mstbColorPressedBackgroundResource="@drawable/feedback_button_pressed"
70-
mstb:mstbColorPressedForeground="@color/white"
70+
mstb:mstbColorPressedText="@color/white"
7171
mstb:mstbColorNotPressedBackgroundResource="@drawable/feedback_button_not_pressed"
72-
mstb:mstbColorNotPressedForeground="@color/white"
72+
mstb:mstbColorNotPressedText="@color/white"
7373
android:id="@+id/errorsToggleButton"
7474
android:layout_alignParentTop="true"
7575
android:layout_alignParentRight="true"

0 commit comments

Comments
 (0)