mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-23 14:17:15 +00:00
correct class colors in member list
This commit is contained in:
parent
da8d6a51be
commit
a380dd942c
1 changed files with 2 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ public class PartyMemberRecyclerViewAdapter extends RecyclerView.Adapter<PartyMe
|
|||
break;
|
||||
}
|
||||
case warrior: {
|
||||
ViewHelper.SetBackgroundTint(classBackground, resources.getColor(R.color.best_100));
|
||||
ViewHelper.SetBackgroundTint(classBackground, resources.getColor(R.color.worse_100));
|
||||
break;
|
||||
}
|
||||
case rogue: {
|
||||
|
|
@ -115,7 +115,7 @@ public class PartyMemberRecyclerViewAdapter extends RecyclerView.Adapter<PartyMe
|
|||
break;
|
||||
}
|
||||
case wizard: {
|
||||
ViewHelper.SetBackgroundTint(classBackground, resources.getColor(R.color.worse_100));
|
||||
ViewHelper.SetBackgroundTint(classBackground, resources.getColor(R.color.best_100));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue