X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjava%2Fnet%2Fktnx%2Fmobileledger%2Futils%2FGlobals.java;h=cd3f8741331835a9682710c6cafea6f75730427c;hp=e20e75b9df126b5d23674cc5eb8125d69e03678e;hb=11c8dff16901782f69287854cb4788ddf8d932c2;hpb=4917463f434105756e9cc984eedee64a8f276b2a diff --git a/app/src/main/java/net/ktnx/mobileledger/utils/Globals.java b/app/src/main/java/net/ktnx/mobileledger/utils/Globals.java index e20e75b9..cd3f8741 100644 --- a/app/src/main/java/net/ktnx/mobileledger/utils/Globals.java +++ b/app/src/main/java/net/ktnx/mobileledger/utils/Globals.java @@ -30,9 +30,9 @@ import java.util.Locale; public final class Globals { @ColorInt - public static int tableRowEvenBG; + public static int tableRowLightBG; @ColorInt - public static int tableRowOddBG; + public static int tableRowDarkBG; @ColorInt public static int primaryDark, defaultTextColor; public static String[] monthNames;