display day labels with bright color at the widget config screen too
This commit is contained in:
parent
631e3892b6
commit
252d0e63f2
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue