mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
display dates on yearly view with brighter color
This commit is contained in:
@ -2,7 +2,7 @@ package com.simplemobiletools.calendar;
|
|||||||
|
|
||||||
public class Constants {
|
public class Constants {
|
||||||
public static final float LOW_ALPHA = .2f;
|
public static final float LOW_ALPHA = .2f;
|
||||||
public static final float MEDIUM_ALPHA = .4f;
|
public static final float MEDIUM_ALPHA = .6f;
|
||||||
public static final float HIGH_ALPHA = .8f;
|
public static final float HIGH_ALPHA = .8f;
|
||||||
|
|
||||||
public static final String DAY_CODE = "day_code";
|
public static final String DAY_CODE = "day_code";
|
||||||
|
Reference in New Issue
Block a user