mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
changed grey
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
84392c8b04
commit
a127eac5e6
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue