change the high alpha to .9f

This commit is contained in:
tibbi 2016-01-31 20:03:34 +01:00
parent bc7f1a59fc
commit 927618b907
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package calendar.simplemobiletools.com;
public class Constants {
public static final String DATE = "date";
public static final float LOW_ALPHA = .2f;
public static final float HIGH_ALPHA = .8f;
public static final float HIGH_ALPHA = .9f;
public static final String PREFS = "prefs";
public static final String WIDGET_BG_COLOR = "widget_bg_color";