mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-17 04:10:45 +01:00
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++) {
|
for (int i = 0; i < 7; i++) {
|
||||||
final TextView dayTV = (TextView) findViewById(mRes.getIdentifier("label_" + i, "id", mPackageName));
|
final TextView dayTV = (TextView) findViewById(mRes.getIdentifier("label_" + i, "id", mPackageName));
|
||||||
dayTV.setTextSize(mDayTextSize);
|
dayTV.setTextSize(mDayTextSize);
|
||||||
dayTV.setTextColor(mWeakTextColor);
|
dayTV.setTextColor(mTextColor);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user