Преглед изворни кода

changed grey

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky пре 6 година
родитељ
комит
a127eac5e6

+ 1 - 1
src/main/java/com/owncloud/android/ui/adapter/NotificationListAdapter.java

@@ -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),