This commit is contained in:
M66B 2022-03-05 10:38:50 +01:00
parent b9397c4664
commit ca02055b77
1 changed files with 4 additions and 4 deletions

View File

@ -134,10 +134,10 @@ public class Widget extends AppWidgetProvider {
else
views.setInt(android.R.id.background, "setBackgroundColor", background);
int colorWidgetForeground = context.getResources().getColor(R.color.colorWidgetForeground);
views.setInt(R.id.ivMessage, "setColorFilter", colorWidgetForeground);
views.setTextColor(R.id.tvCount, colorWidgetForeground);
views.setTextColor(R.id.tvAccount, colorWidgetForeground);
//int colorWidgetForeground = context.getResources().getColor(R.color.colorWidgetForeground);
//views.setInt(R.id.ivMessage, "setColorFilter", colorWidgetForeground);
//views.setTextColor(R.id.tvCount, colorWidgetForeground);
//views.setTextColor(R.id.tvAccount, colorWidgetForeground);
} else {
float lum = (float) ColorUtils.calculateLuminance(background);