display day labels with bright color at the widget config screen too

This commit is contained in:
tibbi 2016-11-02 22:38:10 +01:00
parent 631e3892b6
commit 252d0e63f2
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ public class WidgetConfigureActivity extends AppCompatActivity implements Monthl
for (int i = 0; i < 7; i++) {
final TextView dayTV = (TextView) findViewById(mRes.getIdentifier("label_" + i, "id", mPackageName));
dayTV.setTextSize(mDayTextSize);
dayTV.setTextColor(mWeakTextColor);
dayTV.setTextColor(mTextColor);
}
}
}