mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2024-12-28 01:00:19 +01:00
change the high alpha to .9f
This commit is contained in:
parent
bc7f1a59fc
commit
927618b907
@ -3,7 +3,7 @@ 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 = .2f;
|
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 PREFS = "prefs";
|
||||||
public static final String WIDGET_BG_COLOR = "widget_bg_color";
|
public static final String WIDGET_BG_COLOR = "widget_bg_color";
|
||||||
|
Loading…
Reference in New Issue
Block a user