parent
61a130e645
commit
ee09793ef2
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public final class ReminderView extends FrameLayout {
|
||||||
break;
|
break;
|
||||||
case ERROR:
|
case ERROR:
|
||||||
container.setBackgroundResource(R.drawable.reminder_background_error);
|
container.setBackgroundResource(R.drawable.reminder_background_error);
|
||||||
text.setTextColor(ContextCompat.getColor(getContext(), R.color.signal_text_primary));
|
text.setTextColor(ContextCompat.getColor(getContext(), R.color.core_black));
|
||||||
break;
|
break;
|
||||||
case TERMINAL:
|
case TERMINAL:
|
||||||
container.setBackgroundResource(R.drawable.reminder_background_terminal);
|
container.setBackgroundResource(R.drawable.reminder_background_terminal);
|
||||||
|
|
Loading…
Add table
Reference in a new issue