mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
some alpha adjustments
This commit is contained in:
@@ -2,8 +2,8 @@ package calendar.simplemobiletools.com;
|
|||||||
|
|
||||||
public class Constants {
|
public class Constants {
|
||||||
public static final String DATE = "date";
|
public static final String DATE = "date";
|
||||||
public static final float LOW_ALPHA = 0.3f;
|
public static final float LOW_ALPHA = .2f;
|
||||||
public static final float HIGH_ALPHA = 0.9f;
|
public static final float HIGH_ALPHA = .8f;
|
||||||
|
|
||||||
public static final String PREFS = "prefs";
|
public static final String PREFS = "prefs";
|
||||||
public static final String WIDGET_BG_COLOR = "widget_bg_color";
|
public static final String WIDGET_BG_COLOR = "widget_bg_color";
|
||||||
|
@@ -113,6 +113,7 @@ public class MainActivity extends AppCompatActivity implements MyDatePickerDialo
|
|||||||
|
|
||||||
private void updateMonth(String month) {
|
private void updateMonth(String month) {
|
||||||
monthTV.setText(month);
|
monthTV.setText(month);
|
||||||
|
monthTV.setTextColor(textColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setupLabels() {
|
private void setupLabels() {
|
||||||
|
Reference in New Issue
Block a user