display dates on yearly view with brighter color

This commit is contained in:
tibbi 2016-11-03 00:02:25 +01:00
parent 2e13642217
commit 50c56ed263

View file

@ -2,7 +2,7 @@ package com.simplemobiletools.calendar;
public class Constants {
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 String DAY_CODE = "day_code";