changed grey

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2019-02-01 10:32:19 +01:00
parent 84392c8b04
commit a127eac5e6
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -151,7 +151,7 @@ public class NotificationListAdapter extends RecyclerView.Adapter<NotificationLi
PorterDuff.Mode.SRC_ATOP);
button.setTextColor(ThemeUtils.fontColor(notificationsActivity));
} else {
button.setStrokeColor(ColorStateList.valueOf(resources.getColor(R.color.standard_grey)));
button.setStrokeColor(ColorStateList.valueOf(resources.getColor(R.color.grey_200)));
button.setStrokeWidth(3);
button.getBackground().setColorFilter(resources.getColor(R.color.transparent),